gosora/schema/mysql/query_topicchunks.sql
2022-02-21 03:16:15 +00:00

4 lines
100 B
SQL

CREATE TABLE `topicchunks`(
`count` int DEFAULT 0 not null,
`createdAt` datetime not null
);