AsJsonObject::class, 'reported_at' => 'datetime', ]; protected $fillable = [ 'device_id', 'device_unit', 'device_category', 'data', 'reported_at', ]; }