github.com/Azareal/Gosora@v0.0.0-20210729070923-553e66b59003/schema/mysql/query_activity_stream_matches.sql (about) 1 CREATE TABLE `activity_stream_matches`( 2 `watcher` int not null, 3 `asid` int not null, 4 foreign key(`asid`) REFERENCES `activity_stream`(`asid`) ON DELETE CASCADE 5 );