4 lines
89 B
MySQL
4 lines
89 B
MySQL
|
CREATE TABLE `activity_stream_matches` (
|
||
|
`watcher` int not null,
|
||
|
`asid` int not null
|
||
|
);
|