Skip to content

Commit

Permalink
Update DBSchema.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
cvenen authored May 31, 2023
1 parent a339945 commit 6ddfa2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion postgres/DBSchema.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ CREATE TABLE raw (
version VARCHAR(100) NOT NULL,
config VARCHAR(40) NOT NULL,
machine VARCHAR(25) NOT NULL,
metric_type metric NOT NULL;
metric_type metric NOT NULL,
samples NUMERIC(10,7)[] NOT NULL,
time TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP
);
Expand Down

0 comments on commit 6ddfa2a

Please sign in to comment.