1
This commit is contained in:
@@ -15,6 +15,12 @@ module.exports = (db) => {
|
||||
allowNull: false,
|
||||
defaultValue: ''
|
||||
},
|
||||
device_id: {
|
||||
comment: '设备ID',
|
||||
type: Sequelize.STRING(200),
|
||||
allowNull: true,
|
||||
defaultValue: ''
|
||||
},
|
||||
platform_type: {
|
||||
comment: '平台',
|
||||
type: Sequelize.STRING(50),
|
||||
|
||||
Reference in New Issue
Block a user