gosora/schema/pgsql/query_memchunks.sql

6 lines
171 B
SQL

CREATE TABLE "memchunks" (
`count` int DEFAULT 0 not null,
`stack` int DEFAULT 0 not null,
`heap` int DEFAULT 0 not null,
`createdAt` timestamp not null
);