(self, table: Table)
| 7420 | return "" |
| 7421 | |
| 7422 | def post_create_table(self, table: Table) -> str: |
| 7423 | return "" |
| 7424 | |
| 7425 | def get_column_default_string(self, column: Column[Any]) -> Optional[str]: |
| 7426 | if isinstance(column.server_default, schema.DefaultClause): |