Made role controller, added index and create
This commit is contained in:
@@ -16,6 +16,7 @@ class CreateAlbumsTable extends Migration
|
||||
Schema::create('albums', function (Blueprint $table) {
|
||||
$table->id();
|
||||
$table->timestamps();
|
||||
$table->foreignId('user_id')->constrained();
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user