From 4f5f8c552970fef615a8d9e612036c287b03a2c9 Mon Sep 17 00:00:00 2001 From: schneefux Date: Fri, 7 Apr 2017 19:12:46 +0200 Subject: regenerate --- models/participant.js | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'models/participant.js') 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 -- cgit v1.3.1