Add card and character tables
This commit is contained in:
@@ -9,7 +9,8 @@ module.exports = {
|
||||
type: Sequelize.INTEGER
|
||||
},
|
||||
userID: {
|
||||
type: Sequelize.STRING
|
||||
type: Sequelize.STRING,
|
||||
allowNull: false
|
||||
},
|
||||
banned: {
|
||||
type: Sequelize.BOOLEAN
|
||||
|
||||
Reference in New Issue
Block a user