Solucion de errores
This commit is contained in:
@@ -24,7 +24,7 @@ Inscripcion.init(
|
||||
allowNull: false,
|
||||
},
|
||||
folio: {
|
||||
type: DataTypes.STRING(10),
|
||||
type: DataTypes.STRING(5),
|
||||
allowNull: true,
|
||||
defaultValue: null,
|
||||
unique: true,
|
||||
|
||||
Reference in New Issue
Block a user