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.
2 parents b766927 + f938d51 commit f958725Copy full SHA for f958725
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