diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2017-04-10 20:03:57 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2017-04-10 20:04:29 +0200 |
| commit | 6a951df4a98d808f970ecd290630a15456a66e16 (patch) | |
| tree | fe4bcf3eae43f3364fe5028f73d47c2f80152379 /models/player_point.js | |
| parent | b9383ef158929bdbb42a15bc48c43aef9bdb74aa (diff) | |
| download | orm-6a951df4a98d808f970ecd290630a15456a66e16.tar.gz orm-6a951df4a98d808f970ecd290630a15456a66e16.zip | |
add builds table
Diffstat (limited to 'models/player_point.js')
| -rw-r--r-- | models/player_point.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/models/player_point.js b/models/player_point.js index 8f6305e..ed9a6b1 100644 --- a/models/player_point.js +++ b/models/player_point.js @@ -9,7 +9,7 @@ module.exports = function(sequelize, DataTypes) { autoIncrement: true }, player_api_id: { - type: DataTypes.BIGINT, + type: DataTypes.CHAR(36), allowNull: false }, played: { |
