'boolean', 'decimal_places' => 'integer', ]; public function tenants() { return $this->hasMany(Tenant::class, 'base_currency_id'); } }