Skip to content

Commit af615bb

Browse files
committed
add default value
1 parent 9a9bd53 commit af615bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tinybird/datasources/vercel_logs.datasource

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ TAGS "vercel"
66

77
SCHEMA >
88
`id` Nullable(String) `json:$.id`,
9-
`message` String `json:$.message`,
9+
`message` String `json:$.message` DEFAULT '',
1010
`date` DateTime64(3) `json:$.timestamp` DEFAULT now(),
1111
`type` LowCardinality(String) `json:$.type` DEFAULT '',
1212
`request_id` Nullable(String) `json:$.requestId`,

0 commit comments

Comments
 (0)