© 2026 Hedgehog Software, LLC
SQLSTATE[42S22]: Column not found: 1054 Unknown column 'sshKeys' in 'field list'
Select::make('sshKeys') ->multiple() ->relationship('sshKeys', 'name') ->required() ->label('SSH Key'),
public function sshKeys() { return $this->belongsToMany(SshKey::class, 'server_ssh_key'); }