1
0
forked from poc/pds

Added created_by and updated_by fields to MfmReading model and migration

This commit is contained in:
dhanabalan
2026-04-29 10:42:03 +05:30
parent 9831b90543
commit eec40c2ee3
2 changed files with 40 additions and 0 deletions

View File

@@ -40,6 +40,8 @@ class MfmReading extends Model
'power_factor_total',
'created_at',
'updated_at',
'created_by',
'updated_by',
];
public function plant(): BelongsTo