Del pivot table as i don't need one heehee

main
Niisse 8 months ago
parent 3dae0c93fb
commit 1eb41ce931

@ -13,6 +13,7 @@ return new class extends Migration
{
Schema::create('photos', function (Blueprint $table) {
$table->id();
$table->foreignId('post_id')->constrained();
$table->string('image_src');
$table->string('description')->nullable();

Loading…
Cancel
Save