This commit is contained in:
Harini312821
2024-08-02 04:07:44 +08:00
parent 42cae27ec6
commit b0d13899be
5 changed files with 123 additions and 42 deletions

View File

@@ -29,7 +29,11 @@ module.exports = (sequelize) => {
slotsAvailable: {
type: DataTypes.INTEGER,
allowNull: false,
}
},
evtPicture: {
type: DataTypes.BLOB("long"),
allowNull: true,
},
}, {
tableName: "events",
timestamps: true,