Voucher given to user

I am going to fix all design now
This commit is contained in:
ZacTohZY
2024-08-12 00:57:20 +08:00
parent 672eca530b
commit fbedd28d3b
13 changed files with 433 additions and 37 deletions

View File

@@ -18,7 +18,7 @@ module.exports = (sequelize, DataTypes) => {
},
},
{
tableName: 'schedule'
tableName: "schedule"
});
return Schedule;
}
};