fix case
This commit is contained in:
parent
bf3af717e7
commit
57696bd3e1
|
@ -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 = [
|
||||||
|
|
Loading…
Reference in New Issue