From e2b58a496cc76cf6f1c11531968c1e5a72670f0a Mon Sep 17 00:00:00 2001 From: dhanabalan Date: Fri, 5 Dec 2025 14:15:24 +0530 Subject: [PATCH] Added production characteristics migration file --- ..._product_characteristics_masters_table.php | 53 +++++++++++++++++++ ...ype_to_product_characteristics_masters.php | 37 +++++++++++++ ...key_to_product_characteristics_masters.php | 33 ++++++++++++ 3 files changed, 123 insertions(+) create mode 100644 database/migrations/2025_09_11_133311_create_product_characteristics_masters_table.php create mode 100644 database/migrations/2025_09_11_164716_added_characteristics_type_inspection_type_to_product_characteristics_masters.php create mode 100644 database/migrations/2025_09_12_142420_added_work_group_master_id_foreignkey_to_product_characteristics_masters.php diff --git a/database/migrations/2025_09_11_133311_create_product_characteristics_masters_table.php b/database/migrations/2025_09_11_133311_create_product_characteristics_masters_table.php new file mode 100644 index 0000000..91e8938 --- /dev/null +++ b/database/migrations/2025_09_11_133311_create_product_characteristics_masters_table.php @@ -0,0 +1,53 @@ +