This commit is contained in:
cpwu 2022-06-23 12:59:05 +08:00
parent bf3af717e7
commit 57696bd3e1
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@ TAOS_DATA_TYPE = [
"TIMESTAMP", "TIMESTAMP",
# "MEDIUMBLOB", "BLOB", # add in 3.x # "MEDIUMBLOB", "BLOB", # add in 3.x
# "DECIMAL", "NUMERIC", # add in 3.x # "DECIMAL", "NUMERIC", # add in 3.x
"JSON", # only for tag
] ]
TAOS_NUM_TYPE = [ TAOS_NUM_TYPE = [