4 lines
99 B
SQL
4 lines
99 B
SQL
CREATE TABLE `postchunks`(
|
|
`count` int DEFAULT 0 not null,
|
|
`createdAt` datetime not null
|
|
); |