Feedbacks management go brr

This commit is contained in:
Wind-Explorer
2024-08-11 21:19:08 +08:00
parent 61bd15cbc3
commit 7f94350952
7 changed files with 343 additions and 34 deletions

View File

@@ -27,7 +27,7 @@ module.exports = (sequelize) => {
allowNull: false,
},
comment: {
type: DataTypes.STRING(1024),
type: DataTypes.STRING(2048),
allowNull: false,
},
},