Skip to content

Commit

Permalink
added primary key to migrations table (#15770)
Browse files Browse the repository at this point in the history
  • Loading branch information
ctoma authored and taylorotwell committed Oct 6, 2016
1 parent 24f9302 commit 3ba17de
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,8 @@ public function createRepository()
// The migrations table is responsible for keeping track of which of the
// migrations have actually run for the application. We'll create the
// table to hold the migration file's path as well as the batch ID.
$table->increments('id');

$table->string('migration');

$table->integer('batch');
Expand Down

0 comments on commit 3ba17de

Please sign in to comment.