Added created_by and updated_by fields to MfmReading model and migration
This commit is contained in:
@@ -40,6 +40,8 @@ class MfmReading extends Model
|
||||
'power_factor_total',
|
||||
'created_at',
|
||||
'updated_at',
|
||||
'created_by',
|
||||
'updated_by',
|
||||
];
|
||||
|
||||
public function plant(): BelongsTo
|
||||
|
||||
Reference in New Issue
Block a user