'boolean', 'used_in_sales' => 'boolean', 'used_in_ecommerce' => 'boolean', 'main_currency' => 'boolean', 'auto_update_exchange_rates' => 'boolean', 'update_interval' => 'integer', 'status' => 'integer', ]; // RelaciĆ³n con el historial de tipos de cambio public function exchangeRates() { return $this->hasMany(CurrencyExchangeRate::class, 'c_currency', 'c_currency'); } }