info falsa

This commit is contained in:
2020-11-16 13:24:27 -06:00
parent 8e97cf4605
commit 56ad9c41d7
4 changed files with 55 additions and 1 deletions
+5
View File
@@ -28,6 +28,11 @@ Programa.init(
type: DataTypes.STRING(20),
allowNull: false,
},
acatlan: {
type: DataTypes.BOOLEAN,
allowNull: false,
defaultValue: false,
},
activo: {
type: DataTypes.BOOLEAN,
allowNull: false,