create database if not exists dmlc; use dmlc; drop table if exists test206; create table if not exists test206 (pm tinyint, batch smallint, c1 int, c2 bigint, c3 varchar(20))engine=infinidb;