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 want to modify a big table primary key from int to bigint ,but just want to migrate part of data just like " where id >= 1000000". Does gh-ost have the option like 'where' or 'filter' when migrate data ?
I want to modify a big table primary key from int to bigint ,but just want to migrate part of data just like " where id >= 1000000". Does gh-ost have the option like 'where' or 'filter' when migrate data ?