fixed migration issue

This commit is contained in:
Cüneyt Şentürk 2023-05-31 15:15:13 +03:00
parent 61d0be7839
commit d049463fab

View File

@ -25,7 +25,7 @@ return new class extends Migration
});
// User Roles
Schema::table('user_companies', function(Blueprint $table) {
Schema::table('user_roles', function(Blueprint $table) {
$table->index('user_id');
$table->index('role_id');
});