CREATE TABLE IF NOT EXISTS user_info_vip( id int primary key auto_increment comment '自增ID', uid int unique NOT NULL comment '用户ID', nick_name varchar(64) comment '昵称', achievement int default 0 comment '成就值', level int comment '用户等级', job varchar(32) comment '职业方向', register_time datetime default CU...