Introduction of town council

This commit is contained in:
2024-08-01 03:39:11 +08:00
parent 4a8b6a0b4c
commit 68a2062365
9 changed files with 3891 additions and 4578 deletions

View File

@@ -40,6 +40,10 @@ module.exports = (sequelize) => {
type: DataTypes.BLOB("long"),
allowNull: true,
},
townCouncil: {
type: DataTypes.STRING(30),
allowNull: false,
},
accountType: {
type: DataTypes.TINYINT(2),
allowNull: false,