From 547ee4b78fee7857573c4973a93b7ec93bb7d7b6 Mon Sep 17 00:00:00 2001 From: dhanabalan Date: Thu, 29 Jan 2026 16:49:52 +0530 Subject: [PATCH] Added created_at and updated_at column in weight validation model file --- app/Models/WeightValidation.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/Models/WeightValidation.php b/app/Models/WeightValidation.php index a475d60..8d07c5d 100644 --- a/app/Models/WeightValidation.php +++ b/app/Models/WeightValidation.php @@ -25,6 +25,8 @@ class WeightValidation extends Model 'bundle_number', 'picked_weight', 'scanned_by', + 'created_at', + 'updated_at', ]; public function plant(): BelongsTo