This commit is contained in:
张成
2026-04-08 15:00:49 +08:00
parent 21fe005c19
commit bfd39eddcf
2 changed files with 106 additions and 163 deletions

View File

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