質問編集履歴
1
文章校正
title
CHANGED
File without changes
|
body
CHANGED
@@ -9,6 +9,7 @@
|
|
9
9
|
DB_USERNAME=postgres
|
10
10
|
DB_PASSWORD=postgres
|
11
11
|
```
|
12
|
+
|
12
13
|
この設定でマイグレーションを行った結果以下のエラーが出ました。
|
13
14
|
```
|
14
15
|
Illuminate\Database\QueryException : could not find driver (SQL: select * from information_schema.tables where table_schema = public and table_name = migrations and table_type = 'BASE TABLE')
|