Some fixes and additions
This commit is contained in:
@@ -30,6 +30,11 @@ ChildRelation.init(
|
||||
allowNull: false,
|
||||
default: false,
|
||||
},
|
||||
isHeir: {
|
||||
type: DataTypes.BOOLEAN,
|
||||
allowNull: true,
|
||||
default: false,
|
||||
}
|
||||
},
|
||||
{
|
||||
sequelize,
|
||||
|
||||
Reference in New Issue
Block a user