Updated space alignment in testing panel readings migration
This commit is contained in:
@@ -75,7 +75,7 @@ return new class extends Migration
|
|||||||
UNIQUE (plant_id, motor_testing_master_id, serial_number, machine_id, line_id, rework_count, update_count),
|
UNIQUE (plant_id, motor_testing_master_id, serial_number, machine_id, line_id, rework_count, update_count),
|
||||||
|
|
||||||
FOREIGN KEY (plant_id) REFERENCES plants (id),
|
FOREIGN KEY (plant_id) REFERENCES plants (id),
|
||||||
FOREIGN KEY (motor_testing_master_id) REFERENCES motor_testing_masters(id),
|
FOREIGN KEY (motor_testing_master_id) REFERENCES motor_testing_masters (id),
|
||||||
FOREIGN KEY (machine_id) REFERENCES machines (id),
|
FOREIGN KEY (machine_id) REFERENCES machines (id),
|
||||||
FOREIGN KEY (line_id) REFERENCES lines (id)
|
FOREIGN KEY (line_id) REFERENCES lines (id)
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user