gosora/schema/pgsql/query_viewchunks_langs.sql

5 lines
133 B
SQL

CREATE TABLE "viewchunks_langs" (
`count` int DEFAULT 0 not null,
`createdAt` timestamp not null,
`lang` varchar (200) not null
);