-- AlterTable
ALTER TABLE `attendance` MODIFY `status` ENUM('MASUK', 'ISTIRAHAT', 'CUTI', 'TIDAK_MASUK') NULL;
