Mensajes y corregí errores en el login

This commit is contained in:
Andres2908
2022-01-30 23:50:17 -06:00
parent 494e7380f3
commit f591727f82
6 changed files with 30 additions and 14 deletions
+4
View File
@@ -26,6 +26,10 @@ Usuario.init(
type: DataTypes.STRING(30),
allowNull: false,
},
idCarrera: {
type: DataTypes.INTEGER,
allowNull: false,
},
carrera: {
type: DataTypes.STRING(60),
allowNull: false,