Modified HBForm & HBContest Page

This commit is contained in:
ZacTohZY
2024-07-29 21:26:34 +08:00
parent 34a96a8445
commit a76ec634ca
6 changed files with 203 additions and 129 deletions

View File

@@ -26,6 +26,10 @@ module.exports = (sequelize, DataTypes) => {
type: DataTypes.INTEGER,
allowNull: false
},
avgBill: {
type: DataTypes.DECIMAL(7, 2),
allowNull: false
},
ebPicture: {
type: DataTypes.BLOB("long"),
allowNull: true,