From 955d143f5263ac72576fddca95358ad471370e82 Mon Sep 17 00:00:00 2001 From: dhanabalan Date: Thu, 3 Jul 2025 11:08:08 +0530 Subject: [PATCH] Updated space alignment in testing panel readings migration --- .../2025_05_28_095114_create_testing_panel_readings_table.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/database/migrations/2025_05_28_095114_create_testing_panel_readings_table.php b/database/migrations/2025_05_28_095114_create_testing_panel_readings_table.php index f6ee482fa..8a5dd6e5f 100644 --- a/database/migrations/2025_05_28_095114_create_testing_panel_readings_table.php +++ b/database/migrations/2025_05_28_095114_create_testing_panel_readings_table.php @@ -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), 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 (line_id) REFERENCES lines (id) );