From 6a1d82c1536a0893156144db4f19d8023a93ee32 Mon Sep 17 00:00:00 2001 From: schneefux Date: Tue, 15 Aug 2017 20:07:05 +0200 Subject: update participant_phases for blobs --- models/tournament_participants.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'models/tournament_participants.js') diff --git a/models/tournament_participants.js b/models/tournament_participants.js index 092f8a8..284ca42 100644 --- a/models/tournament_participants.js +++ b/models/tournament_participants.js @@ -16,13 +16,13 @@ module.exports = function(sequelize, DataTypes) { type: DataTypes.BIGINT, allowNull: false }, + role_id: { + type: DataTypes.BIGINT, + allowNull: false + }, player_api_id: { type: DataTypes.CHAR(36), allowNull: false - }, - role_id: { - type: DataTypes.INTEGER(11), - allowNull: true } }, { tableName: 'tournament_participants', -- cgit v1.3.1