actualizacion del ticket en la db y validacion del folio

This commit is contained in:
Andres2908
2022-03-06 14:57:03 -06:00
parent c120c86409
commit 01885c6aef
2 changed files with 7 additions and 3 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ Inscripcion.init(
defaultValue: false,
},
folio: {
type: DataTypes.STRING(5),
type: DataTypes.STRING(10),
allowNull: true,
defaultValue: null,
unique: true,