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

4 lines
93 B
SQL

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