github.com/Azareal/Gosora@v0.0.0-20210729070923-553e66b59003/schema/mssql/query_perfchunks.sql (about)

     1  CREATE TABLE [perfchunks] (
     2  	[low] int DEFAULT 0 not null,
     3  	[high] int DEFAULT 0 not null,
     4  	[avg] int DEFAULT 0 not null,
     5  	[createdAt] datetime not null
     6  );