[FLOW3-general] How to create tables ?

Dawid Pacholczyk dpacholczyk at gmail.com
Mon Mar 21 09:12:08 CET 2011


W dniu 2011-03-21 06:16, Sebastian Kurfürst pisze:
> Hey,
>
> if you want to use Doctrine from current Master, use the following Settings:
>
> FLOW3:
>    persistence:
>      backendOptions:
>        driver: 'pdo_mysql'
>        dbname: 'v5_blog' # fill in
>        user: 'root' # fill in
>        password: 'root' # fill in
>        host: '127.0.0.1' # fill in
>        port: 3306 # can be skipped in some cases
>
> Then doctrine creates all DB tables for the models.
>
> Greets,
> Sebastian

Thanks for the answer.

What I need to invoke to tell Doctrine to create tables ? Cause 
kickstart creates just a file, than I need to create fields etc. Where 
is the magick ? :)


More information about the FLOW3-general mailing list