drop_table_comment
drop_table_comment(existing_comment=None)
Issue a “drop table comment” operation to remove an existing comment set on a table using the current batch operations context.
New in version 1.6.0.
Parameters:
- existing_comment – An optional string value of a comment already registered on the specified table.