--
You received this message because you are subscribed to the Google Groups "sqlalchemy-alembic" group.
To unsubscribe from this group and stop receiving emails from it, send an email to sqlalchemy-alem...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
i believe you need to drop the foreign key and re-create it.
Hi Michael,Could you please tell me how the function, syntax is.
Another thing is that the foreign_key generated byColumn('owner_id', Integer, ForeignKey('owners.id'))doesn't have a name, but drop_constraint require the constraint's name to drop.