nuevo servicio especial listo
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user