update new defined
All checks were successful
Deploy to Production / deploy (push) Successful in 19s
All checks were successful
Deploy to Production / deploy (push) Successful in 19s
This commit is contained in:
@@ -30,6 +30,10 @@ const GameType = sequelize.define('game_types', {
|
||||
type: DataTypes.TEXT,
|
||||
comment: 'Mô tả loại game (tiếng Việt)'
|
||||
},
|
||||
category : {
|
||||
type: DataTypes.STRING(100),
|
||||
comment: 'Danh mục loại game: quiz, puzzle, adventure, etc.'
|
||||
},
|
||||
type: {
|
||||
type: DataTypes.STRING(100),
|
||||
allowNull: false,
|
||||
|
||||
Reference in New Issue
Block a user