SQLSTATE[42S22]: Column not found: 1054 Unknown column 'departments' in 'field list' (Connection: mysql, SQL: insert into `employees` (`last_name`, `first_name`, `middle_name`, `email`, `IP`, `departments`, `updated_at`, `created_at`) values (Doe, John, Thomas, john@example.com, 192.168.1.26, 11, 2025-06-18 09:37:29, 2025-06-18 09:37:29))
SQLSTATE[42S22]: Column not found: 1054 Unknown column 'departments' in 'field list' (Connection: mysql, SQL: insert into `employees` (`last_name`, `first_name`, `middle_name`, `email`, `IP`, `departments`, `updated_at`, `created_at`) values (Doe, John, Thomas, john@example.com, 192.168.1.26, 11, 2025-06-18 09:37:29, 2025-06-18 09:37:29))