updated absensi

This commit is contained in:
2025-10-15 16:50:06 +07:00
parent c376c7ce3b
commit 37f86f5bdf
2 changed files with 42 additions and 0 deletions

View File

@@ -35,6 +35,11 @@ module.exports = (sequelize) => {
type: DataTypes.DATEONLY,
allowNull: false
},
lunch_in: {
type: DataTypes.DATE,
allowNull: true,
},
photo: {
type: DataTypes.STRING,
allowNull: true