create database test;
drop table if exists small_field_data;
create table small_field_data
(
id bigint n
2020-02-19