Attempting to create user which previously failed... FAILED: SQLSTATE[23000]: Integrity constraint violation: 1452 Cannot add or update a child row: a foreign key constraint fails (`levelitm_hardware`.`users`, CONSTRAINT `users_group_id_foreign` FOREIGN KEY (`group_id`) REFERENCES `groups` (`id`) ON DELETE SET NULL) (Connection: mysql, Host: 127.0.0.1, Port: 3306, Database: levelitm_hardware, SQL: insert into `users` (`group_id`, `employee_name`, `email`, `official_email`, `password`, `phone_number`, `address`, `employee_id`, `nid_number`, `nid_image`, `nationality`, `role`, `status`, `image`, `approved_by`, `updated_at`, `created_at`) values (2, ?, ?, sohel19sagor@gmail.com, $2y$12$cDUkPItPJFN0ks3NyNvz6u9idcG.d7ZCLnDDGF3aduwC4ips2O4MC, 01865625788, rajshahi, EMP_TEST_1776760390, 54545655_1776760390, employees/nid/test.png, Bangladeshi, employee, active, ?, Rajibul Islam, 2026-04-21 08:33:11, 2026-04-21 08:33:11))