/ Published in: DOS Batch
Expand |
Embed | Plain Text
php doctrine orm:schema-tool:update --dump-sql //tells what differneces exist between local db and schema //Bring inline by re-entering cmd and swapping --dump-sql to --force php doctrine orm:generate-proxies //creates repositories php doctrine orm:generate-repositories "string to models folder"
You need to login to post a comment.
