github.com/Azareal/Gosora@v0.0.0-20210729070923-553e66b59003/schema/pgsql/query_conversations_participants.sql (about)

     1  CREATE TABLE "conversations_participants" (
     2  	`uid` int not null,
     3  	`cid` int not null
     4  );