[FLOW3-general] How to create tables ?
Dawid Pacholczyk
dpacholczyk at gmail.com
Sun Mar 20 23:25:11 CET 2011
Hello List,
I`m trying to create my first app in FLOW3 base on MySQL database.
I`ve create Settings.yaml with content below:
FLOW3:
persistence:
backendOptions:
dataSourceName: 'mysql:host=localhost;dbname=flow3-test'
username: 'username'
password: 'myPass'
I`ve type ./flow3 kickstart model Office office (i`ve also created
controller and repository). Everything work and it create files but
there is no table. Should I create them manualy ? Or should I code model
and invoke some command ?
Best regards,
Dawid Pacholczyk
More information about the FLOW3-general
mailing list