How to create entity of one table in zend 2 Doctrine 2
This post has NOT been accepted by the mailing list yet.
Hello eveyone,
Suppose I have 5 table in my database and I did some changes in one of the table or added one more table after creating entity.
Code below creates entity of whlole DB but I want to create entity of just one table.
php doctrine-module orm:convert-mapping --namespace="Album\Entity\\" --force --from-database annotation ./module/Album/src/
On 14 January 2015 at 11:02, Arvind Jha [via Zend Framework Community] <[hidden email]> wrote:
Hello eveyone,
Suppose I have 5 table in my database and I did some changes in one of the table or added one more table after creating entity.
Code below creates entity of whlole DB but I want to create entity of just one table.
php doctrine-module orm:convert-mapping --namespace="Album\Entity\\" --force --from-database annotation ./module/Album/src/
Any suggestion will be helpfull. :)
Thanks
Arvind Jha
If you reply to this email, your message will be added to the discussion below: