5 lines
127 B
SQL
5 lines
127 B
SQL
CREATE TABLE "activity_stream_matches" (
|
|
`watcher` int not null,
|
|
`asid` int not null,
|
|
foreign key(`asid`,`asid`)
|
|
); |