神不在的星期二
create table user(id int unsigned not null,name char(64),
age tinyint unsigned not null,
create_at int unsigned not null,KEY `test_key` (`age`,`name`,`created_at`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4
age 用 int