Skip to content

Commit

Permalink
Fix migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
antonioribeiro committed Aug 24, 2016
1 parent 9c2bdf9 commit fb21401
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public function migrateUp()
$this->builder->table(
$this->table,
function ($table) {
$table->integer('language_id')->unsigned()->nullable()->index();
$table->bigInteger('language_id')->unsigned()->nullable()->index();
}
);
}
Expand Down

0 comments on commit fb21401

Please sign in to comment.