GORM Playground Link

https://github.com/go-gorm/playground/pull/720

Description

Hello

GetIndexes method on Migrator() always returns and error not support and looking at https://github.com/go-gorm/gorm/blob/d0b4ceb726f254599c250df2eb7ee9bb86d8a68a/migrator/migrator.go#L983-L986 it doesn't look like it's implemented. Is this functionality offered anywhere else?

Thank you

Comment From: gg1229505432

Gorm GetIndexes not implemented It will run another method If you use mysql driver or something else

Comment From: newtonnthiga

Thanks for the quick reply. I am currently using go-gorm-spanner, does this(when it returns "not support") then mean that GetIndexes is not implemented in go-gorm-spanner?

Comment From: gg1229505432

emmmm, I don't know because I didn't use it. A new open source code maybe have many bugs that will be happend while running code.

Comment From: newtonnthiga

Was just going through the go-gorm-spanner repo now and doesn't look like it's implemented. Thanks

Comment From: gg1229505432

@jinzhu you can close this issues