fechas en db

This commit is contained in:
2020-11-23 11:03:30 -06:00
parent 7973212dbb
commit 9ab36e414b
9 changed files with 37 additions and 16 deletions
+3 -1
View File
@@ -48,7 +48,9 @@ CuestionarioPrograma.init(
sequelize,
modelName: 'CuestionarioPrograma',
tableName: 'cuestionario_programa',
timestamps: false,
timestamps: true,
createdAt: true,
updatedAt: false,
}
);