This commit is contained in:
jiacy-jcy 2022-05-31 15:38:20 +08:00
parent 0a85055dac
commit dbda5c8b2e
1 changed files with 0 additions and 4 deletions

View File

@ -24,10 +24,6 @@ class TDTestCase:
self.row_num = 10
def run(self):
tdSql.prepare()
# timestamp = 1ms , time_unit = 1s
tdSql.execute('''create table test(ts timestamp, col1 tinyint, col2 smallint, col3 int, col4 bigint, col5 float, col6 double,
col7 bool, col8 binary(20), col9 nchar(20), col11 tinyint unsigned, col12 smallint unsigned, col13 int unsigned, col14 bigint unsigned)''')