示例#1
0
文件: impl.py 项目: 2531699560/flask2
 def create_table_comment(self, table):
     self._exec(schema.SetTableComment(table))
示例#2
0
 def create_table_comment(self, table: "Table") -> None:
     self._exec(schema.SetTableComment(table))