You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
use Odiseo\SyliusVendorPlugin\Entity\Vendor as BaseVendor;
use Doctrine\ORM\Mapping as ORM;
/**
* Class Vendor
*
* @package App\Entity\Vendor
* @ORM\Entity
* @ORM\Table(name="odiseo_vendor")
*/
class Vendor extends BaseVendor
[...]
and when I try to update schema i got this error: The table with name 'sylius.odiseo_vendor' already exists.
Can you help me ?
thank :)
The text was updated successfully, but these errors were encountered:
Hello,
When I try to override the model with the configuration like this:
and when I try to update schema i got this error:
The table with name 'sylius.odiseo_vendor' already exists.
Can you help me ?
thank :)
The text was updated successfully, but these errors were encountered: