create_exclude_constraint
create_exclude_constraint(constraint_name, *elements, **kw)
Issue a “create exclude constraint” instruction using the current batch migration context.
Note: This method is Postgresql specific, and additionally requires at least SQLAlchemy 1.0.
See also: