feca correo, tamaño adscripcion

This commit is contained in:
2022-05-24 21:04:31 -05:00
parent d124dfa02f
commit f8d17c8f27
2 changed files with 6 additions and 5 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ Profesor.init(
allowNull: false,
},
adscripcion: {
type: DataTypes.STRING(80),
type: DataTypes.STRING(200),
allowNull: false,
},
correo: {