コード例 #1
0
ファイル: impl.py プロジェクト: 2531699560/flask2
 def drop_table_comment(self, table):
     self._exec(schema.DropTableComment(table))
コード例 #2
0
 def drop_table_comment(self, table: "Table") -> None:
     self._exec(schema.DropTableComment(table))