$this->record->rate_card()->create([]);
protected function afterCreate(): void { RateCard::create([ 'target_id' => $this->record->id, ]); }