Replies: 1 comment
-
joining, same problem |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
First Check
Commit to Help
Example Code
Description
Please excuse me if this is not a sqlmodel question but more to do with alembic, but figured I'd post it here first as it relates to issue #191, specifically this comment.
When I am using a custom sqlalchemy type
BigInteger
, Alembic is not creating an index for me on that column.To reproduce:
alembic revision --autogenerate -m "testing" && alembic upgrade head
Also checked this with older versions of sqlmodel and still got same issue.
Operating System
Linux
Operating System Details
Ubuntu
SQLModel Version
v0.8.0
Python Version
3.10
Additional Context
Alembic is latest version (1.9.3)
Beta Was this translation helpful? Give feedback.
All reactions