tacker.db.migration package¶
Subpackages¶
Module contents¶
-
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
(table_names)¶
-
tacker.db.migration.
modify_foreign_keys_constraint_with_col_change
(table_name, old_local_col, new_local_col, existing_type, nullable=False)¶