From 5ba9db02787d489b1daca48b2cb0d7343c68e7fe Mon Sep 17 00:00:00 2001 From: dhanabalan Date: Mon, 15 Sep 2025 12:14:25 +0530 Subject: [PATCH] Added migration to create work_group_master_id foreign key and plant with work_center unique constraint for machines table --- ...add_foreign_and_unique_key_to_machines.php | 40 +++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 database/migrations/2025_08_13_140921_add_foreign_and_unique_key_to_machines.php diff --git a/database/migrations/2025_08_13_140921_add_foreign_and_unique_key_to_machines.php b/database/migrations/2025_08_13_140921_add_foreign_and_unique_key_to_machines.php new file mode 100644 index 000000000..0be91d2e4 --- /dev/null +++ b/database/migrations/2025_08_13_140921_add_foreign_and_unique_key_to_machines.php @@ -0,0 +1,40 @@ +