Skip to content

Commit 9c4c24f

Browse files
committed
add defaults
1 parent 9f24b60 commit 9c4c24f

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)