Fix jwt-token
This commit is contained in:
@@ -91,6 +91,11 @@ module.exports = (sequelize) => {
|
||||
defaultValue: false,
|
||||
comment: 'Whether this detection requires immediate security action'
|
||||
},
|
||||
raw_payload: {
|
||||
type: DataTypes.JSON,
|
||||
allowNull: true,
|
||||
comment: 'Complete raw payload received from detector (for debugging)'
|
||||
},
|
||||
created_at: {
|
||||
type: DataTypes.DATE,
|
||||
defaultValue: DataTypes.NOW
|
||||
|
||||
Reference in New Issue
Block a user