5 lines
125 B
MySQL
5 lines
125 B
MySQL
|
CREATE TABLE `viewchunks_forums` (
|
||
|
`count` int DEFAULT 0 not null,
|
||
|
`createdAt` timestamp not null,
|
||
|
`forum` int not null
|
||
|
);
|