Balance is broken but I added page functionality to the shop display. I also added the shop display

This commit is contained in:
ION606
2022-04-18 21:28:13 -04:00
parent 44f02a999e
commit e824977282
7 changed files with 161 additions and 8 deletions
+4
View File
@@ -12,6 +12,10 @@ module.exports = (sequelize, DataTypes) => {
type: DataTypes.STRING,
unique: true,
},
sect: {
type: DataTypes.STRING,
allowNull: true,
},
}, {
timestamps: false,
});