summaryrefslogtreecommitdiff
path: root/etc/table_schema.json
diff options
context:
space:
mode:
author童宗振 <[email protected]>2024-04-16 09:57:09 +0000
committer童宗振 <[email protected]>2024-04-16 09:57:09 +0000
commit134ef8b0b14ef76c6c0fec7e998196b19e73722a (patch)
tree4d77704cce1a6d6ad03be51441021392e8448296 /etc/table_schema.json
parent1f413abebc4c2b8b7b6457a717a9d9d7c6b74ae7 (diff)
Adjust file path
Diffstat (limited to 'etc/table_schema.json')
-rw-r--r--etc/table_schema.json13
1 files changed, 13 insertions, 0 deletions
diff --git a/etc/table_schema.json b/etc/table_schema.json
new file mode 100644
index 0000000..31067a6
--- /dev/null
+++ b/etc/table_schema.json
@@ -0,0 +1,13 @@
+[
+ {
+ "table_id": 1,
+ "table_name": "DP_TRACE_TELEMETRY_TABLE",
+ "table_type": "plugin",
+ "valid_column": 3,
+ "custom": {
+ "key": 1,
+ "key_type": "integer",
+ "key_len": 8
+ }
+ }
+] \ No newline at end of file