Initializing database - PartidoDeLaRed/NetID GitHub Wiki

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.