This commit is contained in:
Andres2908
2022-08-04 17:12:39 -05:00
parent 8a4a53ee20
commit 36377b21b3
6 changed files with 35 additions and 9 deletions
+5
View File
@@ -61,6 +61,11 @@ Inscripcion.init(
allowNull: true,
defaultValue: null,
},
idPeriodo: {
type: DataTypes.INTEGER(8),
allowNull: true,
defaultValue: null,
},
},
{
sequelize,