Ejemplo n.º 1
0
 def create_table_comment(self, table):
     self._exec(schema.SetTableComment(table))
Ejemplo n.º 2
0
 def create_table_comment(self, table: "Table") -> None:
     self._exec(schema.SetTableComment(table))