Skip to content

Commit

Permalink
Update 2016_05_18_000000_teamwork_setup_tables.php
Browse files Browse the repository at this point in the history
  • Loading branch information
oliuz authored Sep 14, 2020
1 parent 3daefb8 commit 51f671e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class TeamworkSetupTables extends Migration
public function up()
{
Schema::table(config('teamwork.users_table'), function (Blueprint $table) {
$table->unsignedBigInteger('current_team_id')
$table->unsignedBigInteger('current_team')
->nullable()
->after('id');
});
Expand Down Expand Up @@ -83,4 +83,4 @@ public function down()
Schema::drop(config('teamwork.team_invites_table'));
Schema::drop(config('teamwork.teams_table'));
}
}
}

0 comments on commit 51f671e

Please sign in to comment.