0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

php artisan serveしたときにsessionsテーブルがないエラーの対処

Posted at

初心者のため、間違いや何かご存じの方がいましたら、教えていただけると助かります。

概要

php artisan serveしたときに、アクセスするとsessionsテーブルがないエラーの対処

環境

windows11
docker-desktop
php: 8.2.7
laravel: v11

エラーメッセージ

Undefined table: 7 ERROR: relation "sessions" does not exist LINE 1: select * from "sessions" where "id" = $1 limit 1 ^

解決策

php artisan migrateを実行(デフォルトテーブルを作成する。)


※以下サイトを参考

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?