'integer', 'qty_or_weight' => 'float', 'subtotal' => 'integer' ]; public function order() { return $this->belongsTo(Order::class); } public function service() { return $this->belongsTo(Service::class); } }