예제 #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))