[FLOW3-general] How to create tables ?

Visay Keo typo3 at visay.info
Mon Mar 21 00:49:17 CET 2011


Hi Dawid,

You need to manually import the database structure for MySQL first. You 
can find it in 
Packages/Framework/FLOW3/Resources/Private/Persistence/SQL/DDL.sql

Cheers,
Visay

On 03/21/2011 05:25 AM, Dawid Pacholczyk wrote:
> 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