The association App\Domain\User\Entity\BusinessRepresentativeUser#collaborationViews refers to the owning side field App\Domain\Campaign\Entity\Collaboration\CollaborationView#userrr which does not exist.
The association App\Domain\Subscription\Entity\UserSubscription#subscriptionChanges refers to the owning side field App\Domain\Subscription\Entity\UserSubscriptionChange#userSubscription which does not exist.
The field App\Domain\AIAssistant\Entity\AssistantChatMessage#requests is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Domain\AIAssistant\Entity\AssistantChatMessage#response does not contain the required 'inversedBy: "requests"' attribute.
The field App\Domain\Business\Entity\Business#personalMaxActiveLocations is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Domain\Business\Entity\PersonalMaxActiveLocations#business does not contain the required 'inversedBy: "personalMaxActiveLocations"' attribute.
The field App\Domain\Business\Entity\Business#subscriptionBusinessAccess is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Domain\Subscription\Entity\SubscriptionBusinessAccess#business does not contain the required 'inversedBy: "subscriptionBusinessAccess"' attribute.
The mappings App\Domain\Campaign\Entity\Collaboration\CollaborationView#user and App\Domain\User\Entity\BusinessRepresentativeUser#collaborationViews are inconsistent with each other.
The field App\Domain\Location\Entity\LocationType#campaignTemplates is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Domain\Campaign\Entity\Template\CampaignTemplate#locationType does not contain the required 'inversedBy: "campaignTemplates"' attribute.