8▕ $this->getName(), $query, $this->prepareBindings($bindings), $e
819▕ );
820▕ }
821▕
➜ 822▕ throw new QueryException(
823▕ $this->getName(), $query, $this->prepareBindings($bindings), $e
824▕ );
825▕ }
826▕ }
+9 vendor frames
10 database/migrations/2023_12_17_201915_create_posts_table.php:16
Illuminate\Support\Facades\Facade::__callStatic()
+25 vendor frames
36 artisan:34
Illuminate\Foundation\Application::handleCommand()
mustafa@mustafa-Inspiron-3542:/tmp/forum$ php artisan migrate:refresh
INFO Rolling back migrations.
2023_12_17_201604_create_users_table ................................... 673.38ms DONE
2023_12_17_201259_create_personal_access_tokens_table ............ Migration not found
INFO Running migrations.
2023_12_17_201604_create_users_table ......................................... 2s DONE
2023_12_17_201915_create_posts_table .................................... 37.19ms FAIL
Illuminate\Database\QueryException
SQLSTATE[42S01]: Base table or view already exists: 1050 Table 'posts' already exists (Connection: mysql, SQL: create table posts
(id
bigint unsigned not null auto_increment primary key, user_id
bigint unsigned not null, title
varchar(255) not null, articel
text not null, created_at
timestamp null, updated_at
timestamp null) default character set utf8mb4 collate 'utf8mb4_0900_ai_ci')
at vendor/laravel/framework/src/Illuminate/Database/Connection.php:822
818▕ $this->getName(), $query, $this->prepareBindings($bindings), $e
819▕ );
820▕ }
821▕
➜ 822▕ throw new QueryException(
823▕ $this->getName(), $query, $this->prepareBindings($bindings), $e
824▕ );
825▕ }
826▕ }
+9 vendor frames
10 database/migrations/2023_12_17_201915_create_posts_table.php:16
Illuminate\Support\Facades\Facade::__callStatic()
+36 vendor frames
47 artisan:34
Illuminate\Foundation\Application::handleCommand()
boyle bir hata aliyorum sebebi nedir acaba