vitess.io/vitess@v0.16.2/go/test/endtoend/reparent/prscomplex/schema.sql (about) 1 create table t1( 2 id1 bigint, 3 id2 bigint, 4 primary key(id1) 5 ) Engine=InnoDB;