coolcsn / CsnUser

Authentication module using Doctrine
MIT License
33 stars 36 forks source link

SQL Script to create the tables. #27

Open yagovkin opened 10 years ago

yagovkin commented 10 years ago

Hi, I can see the sample data to populate the database, but cannot find the actual script to create the tables. Can you please help?

Alexandre-T commented 10 years ago

In shell, go into the csnuser directory and run ./vendor/bin/doctrine-module orm:schema-tool:create to generate the database schema.

$./vendor/bin/doctrine-module orm:schema-tool:create
yagovkin commented 10 years ago

Thank you, Alexandre, it is working.