gosora/schema/mysql/query_conversations_participants.sql
Azareal 78fbbcda21 Optimise template generator.
Optimise mysql adapter.
Add TokenScope to mysql adapter.
Add SimpleBulkInsert() to installer.
Optimise panel.Plugins() route.
2021-04-30 08:33:02 +10:00

4 lines
86 B
SQL

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