質問編集履歴

1

軽い修正

2019/03/14 13:03

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -14,7 +14,7 @@
14
14
 
15
15
  この上のコードの部分で
16
16
 
17
- SQLSTATE[08006] [7] could not translate host name "postgres" to address: Name or service not known (SQL: insert into "users" ("name", "email", "password") values (xxx, xxx, xxx))
17
+ 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))
18
18
 
19
19
  このようなエラーが出てしまいます。
20
20