mirror of
https://github.com/Troplo/Colubrina.git
synced 2024-11-22 19:27:55 +11:00
Update 20220323084558-create-users.js
This commit is contained in:
parent
e12fbf3fa7
commit
344dd11bed
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ module.exports = {
|
||||||
allowNull: false,
|
allowNull: false,
|
||||||
autoIncrement: true,
|
autoIncrement: true,
|
||||||
primaryKey: true,
|
primaryKey: true,
|
||||||
type: Sequelize.INTEGER
|
type: Sequelize.BIGINT
|
||||||
},
|
},
|
||||||
username: {
|
username: {
|
||||||
allowNull: false,
|
allowNull: false,
|
||||||
|
|
Loading…
Reference in a new issue