i have two modules: "Nace" and "Organization". "Nace" module can work without "Organization" module, but "Organization" require "Nace". In "Organization" module I wand extending "Nace" entity (add relation with organization, add business logic, add validators and etc).
*XfNace/config/dcm/XfNace.Entity.Nace.php* *XfOrganization/config/dcm/XfOrganization.Entity.Nace.php* *XfOrganization/Entity/Nace.php* *XfNace/Entity/Nace.php* *But it doesn't work!* ./doctrine-module orm:schema-tool:update --dump-sql /[Doctrine\DBAL\Schema\SchemaException] The table with name 'section-223.nace' already exists./ *How I can receive necessary result? What decisions exist?* -- View this message in context: http://zend-framework-community.634137.n4.nabble.com/Extending-entity-between-modules-doctrine-tp4659219.html Sent from the Zend Framework mailing list archive at Nabble.com. -- List: fw-general@lists.zend.com Info: http://framework.zend.com/archives Unsubscribe: fw-general-unsubscr...@lists.zend.com