1.0.6
Released: January 13, 2019
-
[feature] [operations] Added Table and Column level comments for supported backends.
New methodsOperations.create_table_comment()and
Operations.drop_table_comment()are added. A new arguments
Operations.alter_column.commentand
Operations.alter_column.existing_commentare added to
Operations.alter_column(). Autogenerate support is also added
to ensure comment add/drops from tables and columns are generated as well
as thatOperations.create_table(),Operations.add_column()
both include the comment field from the sourceTable
orColumnobject.References: #422