github.com/Azareal/Gosora@v0.0.0-20210729070923-553e66b59003/schema/pgsql/query_memchunks.sql (about) 1 CREATE TABLE "memchunks" ( 2 `count` int DEFAULT 0 not null, 3 `stack` int DEFAULT 0 not null, 4 `heap` int DEFAULT 0 not null, 5 `createdAt` timestamp not null 6 );