summaryrefslogtreecommitdiff
path: root/models/participant.js
diff options
context:
space:
mode:
authorschneefux <schneefux+commit@schneefux.xyz>2017-04-07 18:35:59 +0200
committerschneefux <schneefux+commit@schneefux.xyz>2017-04-07 18:35:59 +0200
commitb3f07c8b9018f878e2922f4b5551434bc84a588e (patch)
tree46905a8baa957f25fecb814d7e18af35051563c0 /models/participant.js
parent06d6a023df177effb6ef7ee4165f4cc5c8876916 (diff)
downloadorm-b3f07c8b9018f878e2922f4b5551434bc84a588e.tar.gz
orm-b3f07c8b9018f878e2922f4b5551434bc84a588e.zip
regenerate
Diffstat (limited to 'models/participant.js')
-rw-r--r--models/participant.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/models/participant.js b/models/participant.js
index c477046..c364181 100644
--- a/models/participant.js
+++ b/models/participant.js
@@ -29,6 +29,10 @@ module.exports = function(sequelize, DataTypes) {
type: DataTypes.INTEGER(10).UNSIGNED,
allowNull: false
},
+ series_id: {
+ type: DataTypes.INTEGER(10).UNSIGNED,
+ allowNull: false
+ },
created_at: {
type: DataTypes.TIME,
allowNull: false