pub fn render_create_table_sql<D: AdapterDialect>(
table: &ParsedTable,
dialect: &D,
schema: &ParsedSchema,
) -> Stringpub fn render_create_table_sql<D: AdapterDialect>(
table: &ParsedTable,
dialect: &D,
schema: &ParsedSchema,
) -> String