First Check
Commit to Help
Example Code
# How to do the SQLModel equivalent of:
from sqlalchemy import func, Index
Index('someindex', func.lower(mytable.c.somecol))
Description
How to add functional indexes to a table?
Operating System
Linux
Operating System Details
No response
SQLModel Version
0.0.3
Python Version
3.8.11
Additional Context
No response
First Check
Commit to Help
Example Code
Description
How to add functional indexes to a table?
Operating System
Linux
Operating System Details
No response
SQLModel Version
0.0.3
Python Version
3.8.11
Additional Context
No response