valores de caracteres cercanos a los finales

This commit is contained in:
2020-10-01 00:01:41 -05:00
parent 9671484944
commit 69da7020e6
11 changed files with 29 additions and 19 deletions
+4
View File
@@ -16,6 +16,10 @@ Salon.init(
type: DataTypes.STRING(50),
allowNull: false,
},
activo: {
type: DataTypes.BOOLEAN,
defaultValue: false,
},
idStatus: {
type: DataTypes.INTEGER,
references: {