vitess.io/vitess@v0.16.2/go/vt/vtexplain/testdata/test-healthcheck-schema.sql (about) 1 CREATE TABLE t1 ( 2 id int NOT NULL, 3 PRIMARY KEY (id) 4 );