Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/Migrations/2015_10_10_000000_update_users_table
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class UpdateUsersTable extends Migration
public function down()
{
Schema::table('users', function (Blueprint $table) {
$table->dropColumn('role');
$table->dropColumn('role_id');
});
}
}