We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7a9244 commit f938d51Copy full SHA for f938d51
src/Migrations/2015_10_10_000000_update_users_table
@@ -25,7 +25,7 @@ class UpdateUsersTable extends Migration
25
public function down()
26
{
27
Schema::table('users', function (Blueprint $table) {
28
- $table->dropColumn('role');
+ $table->dropColumn('role_id');
29
});
30
}
31
0 commit comments