From b940e0519ce275fb6380e509be85ad9de744fbcd Mon Sep 17 00:00:00 2001 From: dhanabalan Date: Mon, 17 Nov 2025 13:57:23 +0530 Subject: [PATCH] Added columns coil_number,order_quantity,received_quantity in table process_orders --- ...ty_received_quantity_to_process_orders.php | 45 +++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 database/migrations/2025_11_17_102153_added_coil_number_order_quantity_received_quantity_to_process_orders.php diff --git a/database/migrations/2025_11_17_102153_added_coil_number_order_quantity_received_quantity_to_process_orders.php b/database/migrations/2025_11_17_102153_added_coil_number_order_quantity_received_quantity_to_process_orders.php new file mode 100644 index 0000000..aa533d3 --- /dev/null +++ b/database/migrations/2025_11_17_102153_added_coil_number_order_quantity_received_quantity_to_process_orders.php @@ -0,0 +1,45 @@ +