Skip to content

Initializing database

Sacha Lifszyc edited this page Jan 8, 2014 · 1 revision

To create the database schema for MySQL just run php app/console doctrine:schema:update --force on the root directory of the project. Database tables, indexes and constraints are created automatically.

Clone this wiki locally