Fix jwt-token
This commit is contained in:
@@ -17,10 +17,10 @@ module.exports = (sequelize) => {
|
||||
comment: 'ID of the detecting device'
|
||||
},
|
||||
drone_id: {
|
||||
type: DataTypes.INTEGER,
|
||||
type: DataTypes.BIGINT,
|
||||
allowNull: false,
|
||||
defaultValue: 999999,
|
||||
comment: 'Detected drone identifier'
|
||||
comment: 'Detected drone identifier (BIGINT for large IDs)'
|
||||
},
|
||||
drone_type: {
|
||||
type: DataTypes.INTEGER,
|
||||
|
||||
Reference in New Issue
Block a user