instalar base 2

This commit is contained in:
2022-05-21 16:32:11 -05:00
parent 68327bba73
commit 999371769d
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ Modalidad.init(
autoIncrement: true,
},
modalidad: {
type: DataTypes.STRING(10),
type: DataTypes.STRING(15),
allowNull: false,
},
},