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