SQLAlchemy circular dependency - how to solve it? SQLAlchemy circular dependency - how to solve it? python python

SQLAlchemy circular dependency - how to solve it?


use_alter – passed to the underlying ForeignKeyConstraint to indicate the constraint should be generated/dropped externally from the CREATE TABLE/ DROP TABLE statement. See that classes’ constructor for details.

https://docs.sqlalchemy.org/en/13/core/constraints.html#sqlalchemy.schema.ForeignKeyConstraint.params.use_alter