tacker.db.migration.
alter_enum
(table, column, enum_type, nullable)¶tacker.db.migration.
create_foreign_key_constraint
(table_name, fk_constraints)¶tacker.db.migration.
drop_foreign_key_constraint
(table_name, fk_constraints)¶tacker.db.migration.
modify_foreign_keys_constraint
(*args, **kwds)¶tacker.db.migration.
modify_foreign_keys_constraint_with_col_change
(table_name, old_local_col, new_local_col, existing_type, nullable=False)¶Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.