vitess.io/vitess@v0.16.2/go/test/endtoend/vtgate/gen4/unsharded_schema.sql (about) 1 create table u_a 2 ( 3 id bigint, 4 a bigint, 5 primary key (id) 6 ) Engine = InnoDB; 7 8 create table u_b 9 ( 10 id bigint, 11 b varchar(50), 12 primary key (id) 13 ) Engine = InnoDB;