Compare commits
2 Commits
c633d78d7e
...
db43960f43
| Author | SHA1 | Date | |
|---|---|---|---|
| db43960f43 | |||
|
|
0b5b0b8dd4 |
@@ -178,6 +178,7 @@ return new class extends Migration
|
||||
updated_by TEXT DEFAULT NULL,
|
||||
deleted_at TIMESTAMP,
|
||||
|
||||
UNIQUE (gernr, plant_id),
|
||||
FOREIGN KEY (plant_id) REFERENCES plants (id),
|
||||
FOREIGN KEY (machine_id) REFERENCES machines (id),
|
||||
FOREIGN KEY (item_id) REFERENCES items (id)
|
||||
|
||||
Reference in New Issue
Block a user