ALTER TABLE `ufutx_users` ADD `single` TINYINT UNSIGNED NOT NULL DEFAULT '1' COMMENT '1=未知,2=单身,3=非单身' AFTER `sex`;