update caso especial
This commit is contained in:
@@ -22,13 +22,17 @@ CasoEspecial.init(
|
||||
type: DataTypes.STRING(60),
|
||||
allowNull: false,
|
||||
},
|
||||
telefono: {
|
||||
type: DataTypes.STRING(15),
|
||||
allowNull: false,
|
||||
},
|
||||
institucion: {
|
||||
type: DataTypes.STRING(100),
|
||||
type: DataTypes.STRING(200),
|
||||
allowNull: true,
|
||||
defaultValue: null,
|
||||
},
|
||||
dependencia: {
|
||||
type: DataTypes.STRING(100),
|
||||
type: DataTypes.STRING(200),
|
||||
allowNull: true,
|
||||
defaultValue: null,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user