提交 d4961cec 编写于 作者: haoranc's avatar haoranc

modify data type of tag from tinyint to nchar

上级 6122c437
...@@ -84,7 +84,7 @@ ...@@ -84,7 +84,7 @@
"sample_file": "./sample.csv", "sample_file": "./sample.csv",
"tags_file": "", "tags_file": "",
"columns": [{"type": "INT"}], "columns": [{"type": "INT"}],
"tags": [{"type": "TINYINT", "count":2}] "tags": [{"type": "nchar", "count":2}]
}, },
{ {
"name": "stb5", "name": "stb5",
...@@ -111,7 +111,7 @@ ...@@ -111,7 +111,7 @@
"sample_file": "./sample.csv", "sample_file": "./sample.csv",
"tags_file": "", "tags_file": "",
"columns": [{"type": "INT"}], "columns": [{"type": "INT"}],
"tags": [{"type": "TINYINT"}] "tags": [{"type": "nchar"}]
}] }]
}] }]
} }
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册