def drop_table_comment(self, table): self._exec(schema.DropTableComment(table))
def drop_table_comment(self, table: "Table") -> None: self._exec(schema.DropTableComment(table))