5 lines
137 B
MySQL
5 lines
137 B
MySQL
|
CREATE TABLE `viewchunks_referrers` (
|
||
|
`count` int DEFAULT 0 not null,
|
||
|
`createdAt` datetime not null,
|
||
|
`domain` varchar(200) not null
|
||
|
);
|