1
0
forked from poc/pds

Added 'created_at' column to update night shift production plan

This commit is contained in:
dhanabalan
2025-04-06 17:23:54 +05:30
parent dc8e46283b
commit 7485a908b7

View File

@@ -13,6 +13,7 @@ class ProductionPlan extends Model
protected $fillable = [ protected $fillable = [
"plant_id", "plant_id",
"shift_id", "shift_id",
"created_at",
"line_id", "line_id",
"plan_quantity", "plan_quantity",
"production_quantity", "production_quantity",