gosora/schema/pgsql/query_topicchunks.sql

4 lines
102 B
SQL

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