3 lines
116 B
Plaintext
Raw Normal View History

2015-09-26 22:43:06 +01:00
$table->foreign('{{name}}')
->references('{{column}}')
->on('{{table}}')