Fix jwt-token
This commit is contained in:
@@ -479,6 +479,14 @@ module.exports = {
|
||||
defaultValue: Sequelize.UUIDV4,
|
||||
primaryKey: true
|
||||
},
|
||||
tenant_id: {
|
||||
type: Sequelize.UUID,
|
||||
allowNull: true,
|
||||
references: {
|
||||
model: 'tenants',
|
||||
key: 'id'
|
||||
}
|
||||
},
|
||||
user_id: {
|
||||
type: Sequelize.UUID,
|
||||
allowNull: false,
|
||||
|
||||
Reference in New Issue
Block a user