@ -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();