drizzle migration shows 0 indexes
New to drizzle, and not super experienced with databases, so i'm not sure if this is expected behavior or a minor bug.
As shown in the image, all of my tables say they have "0 indexes". I have not created any custom indexes, but I know there are indexes on every table, due to:
- PK's
- FK's and constraints / relationships
- unique indexes (created a couple custom ones across multiple columns)
I checked the DB and these indexes do in fact exist, so I don't think this will impact functionality at all, but figured i'd flag it anyways
2 Replies