hi sfDoctrine dev's and gurus
i've setted up my config (./config/doctrine.yml) to do automatic table
generation:
..
all:
#doctrine attributes
attributes:
#automatic table creation (none, tables, constraints, all)
create_tables: on
..
and i tried as well the following:
...
#automatic table creation (none, tables, constraints, all)
export: all
...
but a $object->save(); gives me the following error:
SQLSTATE[42S02]: Base table or view not found: 1146 Table
'ikeaostschweiz.anmeldung' doesn't exist
any ideas?
thx
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"symfony users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en
-~----------~----~----~----~------~----~------~--~---