hasMany(ShippingSchedule::class, 'arrangement_id'); } public function order() { return $this->belongsTo(Order::class, 'order_id'); } }