fixed photos+likes system migration
This commit is contained in:
@@ -13,7 +13,7 @@ return new class extends Migration
|
||||
Schema::create('photos', function (Blueprint $table) {
|
||||
$table->id();
|
||||
$table->unsignedBigInteger('event_id');
|
||||
$table->unsignedBigInteger('emotion_id');
|
||||
$table->unsignedBigInteger('emotion_id')->nullable();
|
||||
$table->unsignedBigInteger('task_id')->nullable();
|
||||
$table->string('guest_name');
|
||||
$table->string('file_path');
|
||||
|
||||
Reference in New Issue
Block a user