4 lines
87 B
MySQL
4 lines
87 B
MySQL
|
CREATE TABLE "conversations_participants" (
|
||
|
`uid` int not null,
|
||
|
`cid` int not null
|
||
|
);
|