Warning: PHP Startup: Unable to load dynamic library 'imagick' (tried: C:/laragon/bin/php/php-8.3.21-nts-Win32-vs16-x64/ext\imagick (The specified module could not be found), C:/laragon/bin/php/php-8.3.21-nts-Win32-vs16-x64/ext\php_imagick.dll (The specified module could not be found)) in Unknown on line 0 INFO Seeding database. Database\Seeders\WorkspaceSeeder RUNNING Illuminate\Database\QueryException SQLSTATE[01000]: Warning: 1265 Data truncated for column 'status' at row 1 (Connection: mysql, Host: 127.0.0.1, Port: 3306, Database: taskweb, SQL: insert into `tasks` (`workspace_id`, `project_id`, `user_id`, `title`, `description`, `status`, `priority`, `due_date`, `order_index`, `updated_at`, `created_at`) values (1, 1, 1, Design Mockups, Create initial design mockups for the homepage., pending, high, 2026-02-15 02:01:09, 1, 2026-02-10 02:01:09, 2026-02-10 02:01:09)) at vendor\laravel\framework\src\Illuminate\Database\Connection.php:838 834Ôûò $exceptionType = $this->isUniqueConstraintError($e) 835Ôûò ? UniqueConstraintViolationException::class 836Ôûò : QueryException::class; 837Ôûò Ô×£ 838Ôûò throw new $exceptionType( 839Ôûò $this->getNameWithReadWriteType(), 840Ôûò $query, 841Ôûò $this->prepareBindings($bindings), 842Ôûò $e, 1 vendor\laravel\framework\src\Illuminate\Database\MySqlConnection.php:53 PDOException::("SQLSTATE[01000]: Warning: 1265 Data truncated for column 'status' at row 1") 2 vendor\laravel\framework\src\Illuminate\Database\MySqlConnection.php:53 PDOStatement::execute()