Fix jwt-token

This commit is contained in:
2025-09-17 06:29:38 +02:00
parent af951a631f
commit 5e230b996b
5 changed files with 6 additions and 7 deletions

View File

@@ -8,7 +8,7 @@ module.exports = (sequelize) => {
primaryKey: true
},
device_id: {
type: DataTypes.INTEGER,
type: DataTypes.STRING(255),
allowNull: false,
references: {
model: 'devices',