github.com/Azareal/Gosora@v0.0.0-20210729070923-553e66b59003/schema/pgsql/query_topicchunks.sql (about)

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