'boolean', ]; public function accounts() { return $this->hasMany(Account::class, 'domain', 'domain'); } }