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

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