github.com/pingcap/tiflow@v0.0.0-20240520035814-5bf52d54e205/dm/tests/downstream_diff_index/data/tidb.prepare.sql (about) 1 drop database if exists `downstream_diff_index`; 2 create database `downstream_diff_index`; 3 use `downstream_diff_index`; 4 create table t (c1 int, c2 int, c3 varchar(10));