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

5 lines
142 B
SQL

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