We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76f2c8a commit a5fd611Copy full SHA for a5fd611
.docker/scripts/clickhouse/001-create-tables.sql
@@ -2,7 +2,7 @@ CREATE TABLE IF NOT EXISTS default.events
2
(
3
-- Shared
4
`id` UUID,
5
- `orgId` String,
+ `orgId` Nullable(String),
6
`userId` String,
7
`timestamp` Int32,
8
`type` String,
@@ -36,7 +36,7 @@ SETTINGS index_granularity = 8192;
36
CREATE TABLE IF NOT EXISTS default.messages
37
38
39
40
41
`taskId` String,
42
`ts` Int32,
0 commit comments