get info alumno

This commit is contained in:
2020-11-19 11:47:23 -06:00
parent 099ee6361a
commit 9b748bc130
5 changed files with 86 additions and 7 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ Servicio.init(
defaultValue: null,
},
direccion: {
type: DataTypes.STRING(150),
type: DataTypes.STRING(200),
allowNull: true,
defaultValue: null,
},