FFilament•Created by leeb98 on 10/13/2023 in #❓┊help Foreign Key issue when Updating record for first time
finally got it working by adding the following to the Club Class Public function PostCode(){
return $this->belongsTo(PostCode::class, 'PostCodeID', 'PostCodeID');
}