'decimal:4', ]; public function recipe() { return $this->belongsTo(Recipe::class); } // product 和 unit 關聯移至 service (跨模組) }