revert-fix #1
@@ -28,7 +28,6 @@ return new class extends Migration
|
|||||||
|
|
||||||
UNIQUE (name, plant_id),
|
UNIQUE (name, plant_id),
|
||||||
FOREIGN KEY (plant_id) REFERENCES plants (id)
|
FOREIGN KEY (plant_id) REFERENCES plants (id)
|
||||||
|
|
||||||
);
|
);
|
||||||
SQL;
|
SQL;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user