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