pre registro sin subir achrivo
This commit is contained in:
@@ -22,11 +22,11 @@ Servicio.init(
|
||||
allowNull: false,
|
||||
},
|
||||
nombre: {
|
||||
type: DataTypes.STRING(30),
|
||||
type: DataTypes.STRING(40),
|
||||
allowNull: false,
|
||||
},
|
||||
correo: {
|
||||
type: DataTypes.STRING(30),
|
||||
type: DataTypes.STRING(80),
|
||||
allowNull: false,
|
||||
},
|
||||
telefono: {
|
||||
@@ -35,7 +35,7 @@ Servicio.init(
|
||||
defaultValue: null,
|
||||
},
|
||||
direccion: {
|
||||
type: DataTypes.STRING(30),
|
||||
type: DataTypes.STRING(150),
|
||||
allowNull: true,
|
||||
defaultValue: null,
|
||||
},
|
||||
@@ -54,30 +54,30 @@ Servicio.init(
|
||||
defaultValue: null,
|
||||
},
|
||||
carpeta: {
|
||||
type: DataTypes.STRING(30),
|
||||
type: DataTypes.STRING(50),
|
||||
allowNull: false,
|
||||
},
|
||||
cartaAceptacion: {
|
||||
type: DataTypes.STRING(30),
|
||||
type: DataTypes.STRING(50),
|
||||
allowNull: false,
|
||||
},
|
||||
cartaTermino: {
|
||||
type: DataTypes.STRING(30),
|
||||
type: DataTypes.STRING(50),
|
||||
allowNull: true,
|
||||
defaultValue: null,
|
||||
},
|
||||
informeGlobal: {
|
||||
type: DataTypes.STRING(30),
|
||||
type: DataTypes.STRING(50),
|
||||
allowNull: true,
|
||||
defaultValue: null,
|
||||
},
|
||||
programaInterno: {
|
||||
type: DataTypes.STRING(30),
|
||||
type: DataTypes.STRING(80),
|
||||
allowNull: true,
|
||||
defaultValue: null,
|
||||
},
|
||||
profesor: {
|
||||
type: DataTypes.STRING(30),
|
||||
type: DataTypes.STRING(50),
|
||||
allowNull: true,
|
||||
defaultValue: null,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user