added hint to alternative sql schema generation techniques
This commit is contained in:
parent
0b7c8bab29
commit
3574f4849d
1 changed files with 3 additions and 0 deletions
|
@ -7,4 +7,7 @@ To setup your database follow these steps:
|
|||
3. Call backend/bin/doctrine orm:schema-tool:create --dump-sql > share/sql/mysql.sql
|
||||
4. import the resulting file using your favorite sql tool
|
||||
|
||||
Alternatively you can directly import a existing mysql.sql file or
|
||||
force the script to do it for you by leaving the "--dump-sql" option.
|
||||
|
||||
[1] http://www.doctrine-project.org
|
||||
|
|
Loading…
Add table
Reference in a new issue