6 lines
171 B
SQL
6 lines
171 B
SQL
CREATE TABLE [viewchunks] (
|
|
[count] int DEFAULT 0 not null,
|
|
[avg] int DEFAULT 0 not null,
|
|
[createdAt] datetime not null,
|
|
[route] nvarchar (200) not null
|
|
); |