You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think , the error was not caused by the same index name. the real reason is that there are duplicate columns. for example:
tag t1 (c1, c2, c3)
create index i1 (c1, c2) <----- allow
create index i2(c1 ,c2) <------ not allow, because the same columns of index is exist with i1.
I will close this issue if there is no other reason.
Before above steps, I dropped the
player_age_index
by:The text was updated successfully, but these errors were encountered: