We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bf914f commit 495ff23Copy full SHA for 495ff23
1 file changed
database/migrations/2025_06_03_201058_create_palettes_table.php
@@ -30,11 +30,6 @@ public function up(): void
30
31
$table->index('id');
32
$table->index([self::PHOTO_ID]);
33
- $table->foreign('colour_1')->references('id')->on('colours');
34
- $table->foreign('colour_2')->references('id')->on('colours');
35
- $table->foreign('colour_3')->references('id')->on('colours');
36
- $table->foreign('colour_4')->references('id')->on('colours');
37
- $table->foreign('colour_5')->references('id')->on('colours');
38
});
39
}
40
0 commit comments