Cambios en la tablas, y agregamos la confirmacion

This commit is contained in:
Andres2908
2022-03-15 00:23:09 -06:00
parent 80852bb2c9
commit e8305da5a3
6 changed files with 18 additions and 23 deletions
+2 -3
View File
@@ -18,10 +18,9 @@ Inscripcion.init(
type: DataTypes.INTEGER,
defaultValue: 2,
},
confirmacion: {
cancelacion: {
type: DataTypes.BOOLEAN,
allowNull: false,
defaultValue: false,
defaultValue: 0,
},
folio: {
type: DataTypes.STRING(10),
+2 -2
View File
@@ -22,8 +22,8 @@ Usuario.init(
allowNull: true,
defaultValue: null,
},
semestre: {
type: DataTypes.STRING(30),
generacion: {
type: DataTypes.STRING(5),
allowNull: false,
},
idCarrera: {