update router getType
All checks were successful
Deploy to Production / deploy (push) Successful in 21s
All checks were successful
Deploy to Production / deploy (push) Successful in 21s
This commit is contained in:
@@ -31,7 +31,7 @@ const GameType = sequelize.define('game_types', {
|
||||
comment: 'Mô tả loại game (tiếng Việt)'
|
||||
},
|
||||
type: {
|
||||
type: DataTypes.TEXT,
|
||||
type: DataTypes.STRING(100),
|
||||
allowNull: false,
|
||||
unique: true,
|
||||
comment: 'Mã định danh loại game: counting_quiz, math_game, word_puzzle, etc.'
|
||||
|
||||
Reference in New Issue
Block a user