nuevo servicio especial listo

This commit is contained in:
2021-02-10 16:45:15 -06:00
parent 027fddf9cc
commit f76237ea20
8 changed files with 162 additions and 38 deletions
+3 -4
View File
@@ -41,7 +41,7 @@ Servicio.init(
},
fechaFin: {
type: DataTypes.DATE,
allowNull: true,
allowNull: true, // eliminar
defaultValue: null,
},
fechaNacimiento: {
@@ -52,9 +52,8 @@ Servicio.init(
carpeta: {
type: DataTypes.STRING(60),
// allowNull:false,
allowNull: true,
// comentar linea de abajo
defaultValue: null,
allowNull: true, // eliminar
defaultValue: null, // eliminar
},
cartaAceptacion: {
type: DataTypes.STRING(60),