Merge pull request #775 from franzliedke/patch-9

Foreign key creation ignores database prefix
This commit is contained in:
Taylor Otwell 2012-06-20 09:58:38 -07:00
commit 3fcb3aac6c
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ public function foreign(Table $table, Fluent $command)
// command is being executed and the referenced table are wrapped.
$table = $this->wrap($table);
$on = $this->wrap($command->on);
$on = $this->wrap_table($command->on);
// Next we need to columnize both the command table's columns as well as
// the columns referenced by the foreign key. We'll cast the referenced