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

5 lines
127 B
SQL

CREATE TABLE "activity_stream_matches" (
`watcher` int not null,
`asid` int not null,
foreign key(`asid`,`asid`)
);