diff --git a/tests/script/general/field/unsigined_bigint.sim b/tests/script/general/field/unsigined_bigint.sim index fe81b50ab4f2a7d5af05a869f183fe08b84cad7c..1cfe8ad15b31f38d2fc72d429a0c9af2cb5732fb 100644 --- a/tests/script/general/field/unsigined_bigint.sim +++ b/tests/script/general/field/unsigined_bigint.sim @@ -21,12 +21,13 @@ $mt = $mtPrefix . $i sql create database $db sql use $db -sql create table $mt (ts timestamp, tbcol bigint unsigned) TAGS(tgcol bigint) +sql create table $mt (ts timestamp, tbcol bigint unsigned) TAGS(tgcol bigint unsigned) $i = 0 while $i < 5 $tb = $tbPrefix . $i sql create table $tb using $mt tags( 0 ) + sql create table $tb using $mt tags( -111 ) $x = 0 while $x < $rowNum $ms = $x . m