-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
add "create_type" to sqltypes.Enum ? #10604
Copy link
Copy link
Closed
Labels
code review in progresscode has been provided that's in review as PR and/or gerritcode has been provided that's in review as PR and/or gerritdatatypesthings to do with database types, like VARCHAR and othersthings to do with database types, like VARCHAR and otherspostgresql
Milestone
Metadata
Metadata
Assignees
Labels
code review in progresscode has been provided that's in review as PR and/or gerritcode has been provided that's in review as PR and/or gerritdatatypesthings to do with database types, like VARCHAR and othersthings to do with database types, like VARCHAR and otherspostgresql
this type has a "name" argument that only applies to PostgreSQL. So the type already has "backend specific" arguments, and it having a name implies directly that there's a separate CREATE statement. so we should have create_type directly present. See sqlalchemy/alembic#1347