Update 20220323084558-create-users.js

This commit is contained in:
Troplo 2022-07-29 23:32:52 +10:00
parent e12fbf3fa7
commit 344dd11bed

View file

@ -6,7 +6,7 @@ module.exports = {
allowNull: false,
autoIncrement: true,
primaryKey: true,
type: Sequelize.INTEGER
type: Sequelize.BIGINT
},
username: {
allowNull: false,