update new defined
All checks were successful
Deploy to Production / deploy (push) Successful in 19s

This commit is contained in:
silverpro89
2026-01-29 14:04:04 +07:00
parent 41cfb533d5
commit 0958e7ddf1
6 changed files with 1006 additions and 4 deletions

View File

@@ -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,