You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To Reproduce
Please try to provide a Minimal, Complete, and Verifiable example, with the migration script and/or the SQLAlchemy tables or models involved.
See also Reporting Bugs on the website.
# Insert code here
Error
# Copy error here. Please include the full stack trace.
I'm not 100% sure the issue here is in the alembic side or in sqlalchemy (since the type is defined there). At worst we can move the issue to the other repo.
Describe the bug
I have the following postgres domain in my model
When autogenerating the field, the column corresponding to the
email
field is rendered as:The rendered output is
check
constraint on the model column; andExpected behavior
The column should be rendered as
To Reproduce
Please try to provide a Minimal, Complete, and Verifiable example, with the migration script and/or the SQLAlchemy tables or models involved.
See also Reporting Bugs on the website.
# Insert code here
Error
Versions.
Additional context
Split from issue #1357
Have a nice day!
The text was updated successfully, but these errors were encountered: