timestamps = false; } function order() { return $this->belongsTo(Order::class,'order_id','id'); } function product() { return $this->belongsTo(Product::class,'product_id','id'); } }