Add card and character tables

This commit is contained in:
2022-04-17 19:38:50 +02:00
parent 0419733925
commit 9f568dbbdb
5 changed files with 153 additions and 1 deletions

View File

@@ -9,7 +9,8 @@ module.exports = {
type: Sequelize.INTEGER
},
userID: {
type: Sequelize.STRING
type: Sequelize.STRING,
allowNull: false
},
banned: {
type: Sequelize.BOOLEAN