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)
);
时间: 2024-10-18 10:09:26
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)
);