gosora/schema/mssql/query_viewchunks_referrers.sql

5 lines
148 B
MySQL
Raw Permalink Normal View History

CREATE TABLE [viewchunks_referrers] (
2022-02-21 03:16:15 +00:00
[count] int DEFAULT 0 not null,
[createdAt] datetime not null,
[domain] nvarchar (200) not null
);