INFO Running migrations. 2026_03_18_163635_create_egitmen_galeri_table 2.85ms FAIL Illuminate\Database\QueryException SQLSTATE[42S01]: Base table or view already exists: 1050 Table 'egitmen_galeri' already exists (Connection: mysql, Host: 127.0.0.1, Port: 3306, Database: upskils, SQL: create table `egitmen_galeri` (`id` bigint unsigned not null auto_increment primary key, `egitmen_id` int unsigned not null, `resim_yolu` varchar(255) not null, `aciklama` text null, `sira` int not null default '0', `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: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\Connection.php:584 PDOException::("SQLSTATE[42S01]: Base table or view already exists: 1050 Table 'egitmen_galeri' already exists") 2 vendor\laravel\framework\src\Illuminate\Database\Connection.php:584 PDOStatement::execute()