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