@ -81,7 +81,7 @@ module.exports = dc => {
disabled: {
type: DataTypes.BOOLEAN,
allowNull: false,
defaultValue: null,
defaultValue: false,
comment: null,
primaryKey: false,
field: "disabled",
@ -90,7 +90,7 @@ module.exports = dc => {
deleted: {
field: "deleted",