programas

This commit is contained in:
xXpuma99Xx
2022-02-11 17:05:38 -06:00
parent 258e0c4feb
commit 1cf61c3d88
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ Programa.init(
autoIncrement: true,
},
programa: {
type: DataTypes.STRING(15),
type: DataTypes.STRING(20),
allowNull: false,
},
},