Added account type User property
This commit is contained in:
@@ -40,6 +40,11 @@ module.exports = (sequelize) => {
|
||||
type: DataTypes.BLOB("long"),
|
||||
allowNull: true,
|
||||
},
|
||||
accountType: {
|
||||
type: DataTypes.TINYINT(2),
|
||||
allowNull: false,
|
||||
defaultValue: 0
|
||||
},
|
||||
isArchived: {
|
||||
type: DataTypes.BOOLEAN,
|
||||
allowNull: false,
|
||||
|
||||
Reference in New Issue
Block a user