gosora/schema/pgsql/query_viewchunks_referrers.sql

5 lines
139 B
SQL

CREATE TABLE `viewchunks_referrers` (
`count` int DEFAULT 0 not null,
`createdAt` timestamp not null,
`domain` varchar (200) not null
);