go-gorm / playground

GORM Playground (Please Create PR for this project to report issues)
MIT License
89 stars 681 forks source link

test(): modify test to fail on GetIndexes #720

Open newtonnthiga opened 5 months ago

newtonnthiga commented 5 months ago

Explain your user case and expected results

I'm creating a new user with an index. After, I am then calling DB.Migrator().GetIndexes() to get my created index. I expect a slice of indices but instead get an error not support