I am using symfony along with sfdoctrineplugin.
I have MyISAM tables in MySQL. The foreign keys are specified in the
tables
as "tablename_id". Now, I want to generate the YAML schema along with
the relations without explicitly coding the relations in the schema
myself. The "symfony doctrine-build-schema" command doesn't generate
schema along with the relations.
I tried converting the tables to InnoDB storage engine, adding indexes
and foreign keys, but the generated schema still didn't include
relations.
Could someone explain how do I get the relations in the schema with
the build schema command?
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to