5 lines
135 B
MySQL
5 lines
135 B
MySQL
|
CREATE TABLE `viewchunks_systems` (
|
||
|
`count` int DEFAULT 0 not null,
|
||
|
`createdAt` datetime not null,
|
||
|
`system` varchar(200) not null
|
||
|
);
|