2 lines
105 B
Plaintext
2 lines
105 B
Plaintext
create table t1 (id bigint primary key, value double) DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci
|