回答編集履歴

2

fix

2015/08/25 13:52

投稿

hello-world
hello-world

スコア1342

test CHANGED
@@ -26,7 +26,7 @@
26
26
 
27
27
  ```php
28
28
 
29
- t->references("project", array("index" => true, "foreign_key" => true));
29
+ $t->references("project", array("index" => true, "foreign_key" => true));
30
30
 
31
31
  ```
32
32
 

1

php

2015/08/25 13:52

投稿

hello-world
hello-world

スコア1342

test CHANGED
@@ -17,3 +17,17 @@
17
17
  ```
18
18
 
19
19
  と書けます。
20
+
21
+
22
+
23
+ PHPで言うと
24
+
25
+
26
+
27
+ ```php
28
+
29
+ t->references("project", array("index" => true, "foreign_key" => true));
30
+
31
+ ```
32
+
33
+ でしょうか?