Skip to content

Commit 8fa8711

Browse files
authored
Merge pull request #20 from tinybirdco/knock2
add defaults
2 parents 4349b87 + 3952de6 commit 8fa8711

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tinybird/datasources/knock.datasource

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ SCHEMA >
99
`type` String `json:$.type`,
1010
`created_at` DateTime64(3) `json:$.created_at`,
1111
`data` JSON `json:$.data` DEFAULT '{}',
12-
`event_data` JSON `json:$.event_data` DEFAULT '{}'
12+
`event_data` String `json:$.event_data` DEFAULT ''
1313

1414

1515
ENGINE "MergeTree"

0 commit comments

Comments
 (0)