1
This commit is contained in:
@@ -21,12 +21,6 @@ module.exports = (db) => {
|
||||
allowNull: true,
|
||||
defaultValue: ''
|
||||
},
|
||||
platform_type: {
|
||||
comment: '平台',
|
||||
type: Sequelize.STRING(50),
|
||||
allowNull: false,
|
||||
defaultValue: ''
|
||||
},
|
||||
login_name: {
|
||||
comment: '登录名',
|
||||
type: Sequelize.STRING(50),
|
||||
|
||||
Reference in New Issue
Block a user