diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2017-04-07 19:12:46 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2017-04-07 19:12:46 +0200 |
| commit | 4f5f8c552970fef615a8d9e612036c287b03a2c9 (patch) | |
| tree | 97a296f5c1299fb8d271a2580bd4364a246c4ab7 /models/participant.js | |
| parent | b3f07c8b9018f878e2922f4b5551434bc84a588e (diff) | |
| download | orm-4f5f8c552970fef615a8d9e612036c287b03a2c9.tar.gz orm-4f5f8c552970fef615a8d9e612036c287b03a2c9.zip | |
regenerate
Diffstat (limited to 'models/participant.js')
| -rw-r--r-- | models/participant.js | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/models/participant.js b/models/participant.js index c364181..0623578 100644 --- a/models/participant.js +++ b/models/participant.js @@ -33,6 +33,14 @@ module.exports = function(sequelize, DataTypes) { type: DataTypes.INTEGER(10).UNSIGNED, allowNull: false }, + game_mode_id: { + type: DataTypes.INTEGER(10).UNSIGNED, + allowNull: false + }, + role_id: { + type: DataTypes.INTEGER(10).UNSIGNED, + allowNull: false + }, created_at: { type: DataTypes.TIME, allowNull: false |
