CREATE TABLE gym_chatuser(
id Integer NOT NULL,
uid text ,
name text ,
img text ,
account text ,
pinyin text ,
loginId text,
CONSTRAINT PK_userList PRIMARY KEY (id)
);
2022-10-11 21:40:04