auto_random can only be converted from auto_increment clustered primary key
你的表不是cluster的吧。
聚簇表,并且设置了set tidb_allow_remove_auto_inc=on;参数才能修改。
auto_random can only be converted from auto_increment clustered primary key
你的表不是cluster的吧。
聚簇表,并且设置了set tidb_allow_remove_auto_inc=on;参数才能修改。