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