Skip to content

Commit 024b29a

Browse files
sdairsalrocar
authored andcommitted
resend schema
1 parent e8bc229 commit 024b29a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
SCHEMA >
2+
`time` DateTime64(3) `json:$.created_at` DEFAULT now(),
3+
`record` JSON `json:$`
4+
5+
ENGINE "MergeTree"
6+
ENGINE_PARTITION_KEY "toYear(time)"
7+
ENGINE_SORTING_KEY "time"

0 commit comments

Comments
 (0)