create table playlet.withdraw_whitelist ( id bigint auto_increment primary key, hash_key varchar(255) not null ); alter table playlet.user_info add ab_test_group varchar(64) null after head_img_url;