From b7da185912e913238e9a25c41d505de80fc6c01c Mon Sep 17 00:00:00 2001 From: dhanabalan Date: Mon, 16 Feb 2026 10:59:47 +0530 Subject: [PATCH] Added Item id foreign key in production plans table --- ...key_item_id_column_to_production_plans.php | 34 +++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 database/migrations/2026_02_16_095917_add_foreign_key_item_id_column_to_production_plans.php diff --git a/database/migrations/2026_02_16_095917_add_foreign_key_item_id_column_to_production_plans.php b/database/migrations/2026_02_16_095917_add_foreign_key_item_id_column_to_production_plans.php new file mode 100644 index 0000000..47f16a6 --- /dev/null +++ b/database/migrations/2026_02_16_095917_add_foreign_key_item_id_column_to_production_plans.php @@ -0,0 +1,34 @@ +