updated absensi, branch

This commit is contained in:
2025-10-22 13:37:57 +07:00
parent 328b3653fe
commit 7e0b41a1c9
5 changed files with 80 additions and 47 deletions

View File

@@ -31,6 +31,11 @@ module.exports = (sequelize) => {
type: DataTypes.DECIMAL(20, 15),
allowNull: false,
},
lunch_attendance: {
type: DataTypes.BOOLEAN,
defaultValue: false,
allowNull: true
},
created_at: {
type: DataTypes.DATE,