[FLOW3-general] How to create tables ?
Sebastian Kurfürst
sebastian at typo3.org
Mon Mar 21 09:49:54 CET 2011
Hi Dawid,
just run your application in Development context :-)
When it detects missing fields, it will create them automatically.
Greets,
Sebastian
Am 21.03.11 09:12, schrieb Dawid Pacholczyk:
> 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