INFO Running migrations. 2026_01_07_210150_create_store_sync_states_table 6.89ms FAIL Illuminate\Database\QueryException SQLSTATE[42S01]: Base table or view already exists: 1050 Table 'store_sync_states' already exists (Connection: mysql, SQL: create table `store_sync_states` (`id` bigint unsigned not null auto_increment primary key, `user_id` bigint unsigned not null, `store_id` varchar(255) not null, `last_synced_itemno` varchar(255) null, `highest_known_itemno` varchar(255) null, `last_sync_at` timestamp null, `total_synced` int not null default '0', `detected_gaps` json null, `created_at` timestamp null, `updated_at` timestamp null) default character set utf8mb4 collate 'utf8mb4_unicode_ci') at vendor\laravel\framework\src\Illuminate\Database\Connection.php:826 822Γûò $this->getName(), $query, $this->prepareBindings($bindings), $e 823Γûò ); 824Γûò } 825Γûò Γ₧£ 826Γûò throw new QueryException( 827Γûò $this->getName(), $query, $this->prepareBindings($bindings), $e 828Γûò ); 829Γûò } 830Γûò } 1 vendor\laravel\framework\src\Illuminate\Database\Connection.php:570 PDOException::("SQLSTATE[42S01]: Base table or view already exists: 1050 Table 'store_sync_states' already exists") 2 vendor\laravel\framework\src\Illuminate\Database\Connection.php:570 PDOStatement::execute()