gosora/schema/pgsql/query_postchunks.sql

4 lines
101 B
SQL

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