diff options
Diffstat (limited to 'models/item_participant.js')
| -rw-r--r-- | models/item_participant.js | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/models/item_participant.js b/models/item_participant.js index 0fbd41c..94d2061 100644 --- a/models/item_participant.js +++ b/models/item_participant.js @@ -3,10 +3,8 @@ module.exports = function(sequelize, DataTypes) { return sequelize.define('item_participant', { id: { - type: DataTypes.INTEGER(10).UNSIGNED, - allowNull: false, - primaryKey: true, - autoIncrement: true + type: DataTypes.INTEGER(5).UNSIGNED, + allowNull: false }, participant_api_id: { type: DataTypes.CHAR(36), |
