This commit is contained in:
Harini312821
2024-07-19 22:53:10 +08:00
parent 215cc1aa28
commit eb4b026e18
4 changed files with 197 additions and 10 deletions

View File

@@ -27,10 +27,6 @@ module.exports = (sequelize) => {
type: DataTypes.STRING,
allowNull: false,
},
Events: {
type: DataTypes.BLOB("long"),
allowNull: true,
},
slotsAvailable: {
type: DataTypes.INTEGER,
allowNull: false,