gosora/schema/pgsql/query_activity_stream_match...

5 lines
118 B
MySQL
Raw Normal View History

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