1
This commit is contained in:
@@ -35,7 +35,7 @@ module.exports = (db) => {
|
||||
},
|
||||
pwd: {
|
||||
comment: '密码',
|
||||
type: Sequelize.STRING(50),
|
||||
type: Sequelize.STRING(200),
|
||||
allowNull: false,
|
||||
defaultValue: ''
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user