1
0
forked from poc/pds

Added operator_id column

This commit is contained in:
dhanabalan
2025-04-23 20:41:05 +05:30
parent 4cc0366fba
commit 3ac8c3c613
3 changed files with 7 additions and 0 deletions

View File

@@ -19,6 +19,7 @@ class ProductionLineStop extends Model
"to_datetime",
"stop_hour",
"stop_min",
"operator_id",
];
public function plant(): BelongsTo