4 lines
95 B
MySQL
4 lines
95 B
MySQL
|
CREATE TABLE `topicchunks` (
|
||
|
`count` int DEFAULT 0 not null,
|
||
|
`createdAt` datetime not null
|
||
|
);
|