fixed migration issue
This commit is contained in:
parent
61d0be7839
commit
d049463fab
@ -25,7 +25,7 @@ return new class extends Migration
|
|||||||
});
|
});
|
||||||
|
|
||||||
// User Roles
|
// User Roles
|
||||||
Schema::table('user_companies', function(Blueprint $table) {
|
Schema::table('user_roles', function(Blueprint $table) {
|
||||||
$table->index('user_id');
|
$table->index('user_id');
|
||||||
$table->index('role_id');
|
$table->index('role_id');
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user