From ecfc69462f60fa86a81981427258d44a7e6b8d22 Mon Sep 17 00:00:00 2001 From: dhanabalan Date: Sun, 23 Aug 2026 19:58:49 +0530 Subject: [PATCH] Updated model file for new columns (marked, stopped, and winded related) in class_characteristics table --- app/Models/ClassCharacteristic.php | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/app/Models/ClassCharacteristic.php b/app/Models/ClassCharacteristic.php index 4143b7a..2dd2ebb 100644 --- a/app/Models/ClassCharacteristic.php +++ b/app/Models/ClassCharacteristic.php @@ -154,10 +154,13 @@ class ClassCharacteristic extends Model 'zqmm_qty', 'zmm_operating_temperature', 'zmm_axial_force', + 'is_stopped', + 'stopped_datetime', + 'stopped_by', 'mark_status', - 'marked_datetime', 'marked_physical_count', 'marked_expected_time', + 'marked_datetime', 'marked_by', 'man_marked_status', 'man_marked_datetime', @@ -165,13 +168,16 @@ class ClassCharacteristic extends Model 'motor_marked_status', 'motor_marked_physical_count', 'motor_expected_time', + 'motor_marked_datetime', 'motor_marked_by', 'pump_marked_status', 'pump_marked_physical_count', 'pump_expected_time', + 'pump_marked_datetime', 'pump_marked_by', 'name_plate_marked_status', 'name_plate_expected_time', + 'name_plate_marked_datetime', 'name_plate_marked_by', 'motor_pump_pumpset_status', 'winded_serial_number', @@ -183,6 +189,7 @@ class ClassCharacteristic extends Model 'samlight_logged_name', 'pending_released_status', 'has_work_flow_id', + 'winded_rework_status', 'created_at', 'updated_at', 'created_by',