Thanks for information, my both the tables deal_term_rate_options and deal are in different schema, deal_term_rate_options is in menu schema and deal table in deal schema.
Do I still not required to set foreign key constraint like deal.deal.deal_id on deal_term_rate_options table? -- SQLAlchemy - The Python SQL Toolkit and Object Relational Mapper http://www.sqlalchemy.org/ To post example code, please provide an MCVE: Minimal, Complete, and Verifiable Example. See http://stackoverflow.com/help/mcve for a full description. --- You received this message because you are subscribed to the Google Groups "sqlalchemy" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/sqlalchemy/ccb3633e-88e8-4400-84a4-ab3cfa5b03de%40googlegroups.com.
