|
@ -51,6 +51,15 @@ module.exports = dc => { |
|
|
field: "alarm_sub_type", |
|
|
field: "alarm_sub_type", |
|
|
autoIncrement: false |
|
|
autoIncrement: false |
|
|
}, |
|
|
}, |
|
|
|
|
|
pomsStrucFactorId: { |
|
|
|
|
|
type: DataTypes.JSONB, |
|
|
|
|
|
allowNull: true, |
|
|
|
|
|
defaultValue: null, |
|
|
|
|
|
comment: "监听的告警类型", |
|
|
|
|
|
primaryKey: false, |
|
|
|
|
|
field: "poms_struc_factor_id", |
|
|
|
|
|
autoIncrement: false |
|
|
|
|
|
}, |
|
|
receiverPepUserId: { |
|
|
receiverPepUserId: { |
|
|
type: DataTypes.ARRAY(DataTypes.INTEGER), |
|
|
type: DataTypes.ARRAY(DataTypes.INTEGER), |
|
|
allowNull: true, |
|
|
allowNull: true, |
|
|