github.com/Azareal/Gosora@v0.0.0-20210729070923-553e66b59003/schema/pgsql/query_viewchunks_systems.sql (about) 1 CREATE TABLE "viewchunks_systems" ( 2 `count` int DEFAULT 0 not null, 3 `createdAt` timestamp not null, 4 `system` varchar (200) not null 5 );