gosora/schema/mssql/query_activity_stream_match...

4 lines
89 B
SQL

CREATE TABLE [activity_stream_matches] (
[watcher] int not null,
[asid] int not null
);