[FLOW3-general] How to create tables ?
Karsten Dambekalns
karsten at typo3.org
Wed Mar 23 18:26:15 CET 2011
Hi.
Table creation works automatically if compilation is needed. That is, if
you have changed some class and the FLOW3 compile step is triggered, the
resulting signal will trigger the Doctrine "compile" step.
That checks the mapping (any errors are logged to the system log, so
watch this!) and the updates the database schema.
If you "miss" tables, it should be sufficient to touch any class file to
trigger a new compilation and thus a database schema update.
Regards,
Karsten
More information about the FLOW3-general
mailing list