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