The mappings App\Entity\User#relaunch and App\Entity\Relaunch#user are inconsistent with each other.
The field App\Entity\User#saleAgreements is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\SaleAgreement#user does not contain the required 'inversedBy="saleAgreements"' attribute.
The field App\Entity\User#invoices is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Invoice#user does not contain the required 'inversedBy="invoices"' attribute.
The field App\Entity\Vehicle#saleAgreements is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\SaleAgreement#vehicle does not contain the required 'inversedBy="saleAgreements"' attribute.
The field App\Entity\Vehicle#invoices is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Invoice#vehicle does not contain the required 'inversedBy="invoices"' attribute.