gosora/schema/pgsql/query_viewchunks_agents.sql

5 lines
137 B
MySQL
Raw Normal View History

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