gosora/schema/pgsql/query_memchunks.sql
2022-02-21 03:16:15 +00:00

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
);