github.com/pingcap/tiflow@v0.0.0-20240520035814-5bf52d54e205/dm/tests/validator_checkpoint/data/db1.prepare.sql (about) 1 drop database if exists `validator_checkpoint`; 2 create database `validator_checkpoint`; 3 use `validator_checkpoint`; 4 create table t1_1 (id int primary key, value int); 5 create table t1_2 (id int); 6 create table t1_3 (id int);