listo para pruebas

This commit is contained in:
Lemuel Marquez
2021-05-19 02:34:45 -05:00
parent f27f497433
commit 09bfbf7f85
4 changed files with 41 additions and 41 deletions
+4 -2
View File
@@ -20,7 +20,8 @@ Usuario.init(
},
password: {
type: DataTypes.STRING(60),
allowNull: false,
allowNull: true,
defaultValue: null,
},
nombre: {
type: DataTypes.STRING(70),
@@ -28,7 +29,8 @@ Usuario.init(
},
telefono: {
type: DataTypes.STRING(15),
allowNull: false,
allowNull: true,
defaultValue: null,
},
multa: {
type: DataTypes.BOOLEAN,