Hello!

    How could I get foreign keys from my model get reflected into DB
DDL? I am using MySQL as DB engine. I can define:

       bank=Column(Integer, ForeignKey('banks.id'))

as one of my columns but when I use setup script to initialize DB no
foreign keys are created into DB.

Regards

-- 
You received this message because you are subscribed to the Google Groups 
"TurboGears" 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/turbogears?hl=en.

Reply via email to