fix: use varchar for raw parsed json
This commit is contained in:
@@ -65,7 +65,7 @@ public final class TdengineHistorySchema {
|
||||
parse_error NCHAR(512),
|
||||
peer NCHAR(128),
|
||||
metadata_json NCHAR(4096),
|
||||
parsed_json NCHAR(16374)
|
||||
parsed_json VARCHAR(16374)
|
||||
) TAGS (
|
||||
protocol NCHAR(16),
|
||||
vehicle_key NCHAR(128),
|
||||
|
||||
Reference in New Issue
Block a user