ALTER TABLE `payroll_attendance_master` ADD `date` DATE NOT NULL AFTER `recnum`, ADD `holiday_for` VARCHAR(255) NOT NULL AFTER `date`;