0 votes

Trying to figure out how to do this
http://support.orm-designer.com/474/export-to-orm-doctrine2-auto-generates-getters-and-setters#c613

But it assumes cmd (windows) ...how can I do this from terminal on Mac OS?

in Solved by (150 points)
recategorized by

1 Answer

0 votes
Best answer

Hi,
the form how to do this on Mac Os is following:

Title: Export SQL
Command: php /var/www/doctrine2-master/bin/doctrine.php
Arguments: orm:schema-tool:create --dump-sql > export/sql/schema-create.sql 2> export/sql/error.log
Initial Directory: $PROJECT_DIRECTORY

by Skipper developer (74.8k points)
selected by