synax issues
This commit is contained in:
parent
2cbec003a0
commit
a305fd0190
|
|
@ -30,7 +30,7 @@ const Notification = sequelize.define('Notification', {
|
|||
type: DataTypes.UUID,
|
||||
allowNull: false,
|
||||
references: {
|
||||
model: 'Users',
|
||||
model: 'users',
|
||||
key: 'id'
|
||||
}
|
||||
},
|
||||
|
|
@ -39,7 +39,7 @@ const Notification = sequelize.define('Notification', {
|
|||
type: DataTypes.UUID,
|
||||
allowNull: true,
|
||||
references: {
|
||||
model: 'ChitGroups',
|
||||
model: 'chit_groups',
|
||||
key: 'id'
|
||||
}
|
||||
},
|
||||
|
|
@ -48,7 +48,7 @@ const Notification = sequelize.define('Notification', {
|
|||
type: DataTypes.UUID,
|
||||
allowNull: true,
|
||||
references: {
|
||||
model: 'Payments',
|
||||
model: 'payments',
|
||||
key: 'id'
|
||||
}
|
||||
},
|
||||
|
|
@ -57,7 +57,7 @@ const Notification = sequelize.define('Notification', {
|
|||
type: DataTypes.UUID,
|
||||
allowNull: true,
|
||||
references: {
|
||||
model: 'MonthlyDraws',
|
||||
model: 'monthly_draws',
|
||||
key: 'id'
|
||||
}
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue