github.com/pingcap/tiflow@v0.0.0-20240520035814-5bf52d54e205/dm/tests/validator_checkpoint/data/db2.prepare.sql (about) 1 drop database if exists `validator_checkpoint`; 2 create database `validator_checkpoint`; 3 use `validator_checkpoint`; 4 create table t2_1 (id int primary key); 5 create table t2_2 (id int);