github.com/pingcap/tiflow@v0.0.0-20240520035814-5bf52d54e205/dm/tests/sequence_sharding_removemeta/data/db2.increment2.sql (about) 1 use sharding_seq; 2 update t4 set c = 100; 3 alter table t4 add column d int; 4 alter table t4 add index d(d); 5 alter table t4 add column e int, add index e(e); 6 update t4 set d = 200; 7 update t4 set uid=uid+100000; 8 insert into t2 (uid,name,c) values(300003,'nvWgBf',73),(300004,'nD1000',4029); 9 insert into t3 (uid,name,c) values(400004,'1000',1000);