Creating test leave... SQLSTATE[23000]: Integrity constraint violation: 1452 Cannot add or update a child row: a foreign key constraint fails (`defenders_smile_db`.`leaves`, CONSTRAINT `leaves_employee_id_foreign` FOREIGN KEY (`employee_id`) REFERENCES `employees` (`id`) ON DELETE CASCADE) (Connection: mysql, SQL: insert into `leaves` (`employee_id`, `leave_type_id`, `start_date`, `end_date`, `days_requested`, `reason`, `status`, `updated_at`, `created_at`) values (2, 1, 2025-11-05 00:00:00, 2025-11-08 00:00:00, 4, Test leave for debugging, pending, 2025-11-06 15:01:21, 2025-11-06 15:01:21))