This commit is contained in:
张成
2025-12-19 23:41:28 +08:00
parent 582463463d
commit 264df638af
3 changed files with 5 additions and 5 deletions

View File

@@ -35,7 +35,7 @@ module.exports = (db) => {
},
pwd: {
comment: '密码',
type: Sequelize.STRING(50),
type: Sequelize.STRING(200),
allowNull: false,
defaultValue: ''
},