Skip to content

Commit

Permalink
unseless method
Browse files Browse the repository at this point in the history
  • Loading branch information
sdebacker committed Jul 17, 2015
1 parent 93201ba commit 307ebe5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public function up()
Schema::create('place_translations', function (Blueprint $table) {
$table->engine = 'InnoDB';

$table->increments('id')->unsigned();
$table->increments('id');
$table->integer('place_id')->unsigned();

$table->string('locale')->index();
Expand Down

0 comments on commit 307ebe5

Please sign in to comment.