CREATE TABLE gym_chatuser(
id Integer NOT NULL,
@H_404_6@ uid text,
@H_404_6@ name text,
@H_404_6@ img text,
@H_404_6@ account text,
@H_404_6@ pinyin text,
@H_404_6@ loginId text,
CONSTRAINT PK_userList PRIMARY KEY (id) );