gosora/schema/mysql/query_conversations_participants.sql
2022-02-21 03:16:15 +00:00

4 lines
92 B
SQL

CREATE TABLE `conversations_participants`(
`uid` int not null,
`cid` int not null
);