Skip to content

Commit

Permalink
add foreign_key
Browse files Browse the repository at this point in the history
  • Loading branch information
enyeli committed Nov 21, 2016
1 parent cfb4b28 commit 87dd54c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/Migrations/001_TablesCreation.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public function change()
'limit' => 45,
'null' => false,
])
->addColumn('foreing_key', 'integer')
->addColumn('foreign_key', 'integer')
->addColumn('metatag_id', 'integer')
->addColumn('language', 'string', [
'limit' => 45,
Expand Down

0 comments on commit 87dd54c

Please sign in to comment.