Solucion de errores

This commit is contained in:
Andres2908
2022-01-31 22:51:21 -06:00
parent 4ab56e9a5e
commit 3b5122e8ea
4 changed files with 21 additions and 14 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ Inscripcion.init(
allowNull: false,
},
folio: {
type: DataTypes.STRING(10),
type: DataTypes.STRING(5),
allowNull: true,
defaultValue: null,
unique: true,