質問編集履歴
1
軽い修正
title
CHANGED
File without changes
|
body
CHANGED
@@ -6,6 +6,6 @@
|
|
6
6
|
}
|
7
7
|
```
|
8
8
|
この上のコードの部分で
|
9
|
-
SQLSTATE[08006] [7] could not translate host name "postgres" to address: Name or service not known (SQL: insert into "users" ("name", "email", "password") values (
|
9
|
+
SQLSTATE[08006] [7] could not translate host name "postgres" to address: Name or service not known (SQL: insert into "users" ("name", "email", "password") values (name, email,password))
|
10
10
|
このようなエラーが出てしまいます。
|
11
11
|
誰か教えてください。
|