sql:="CREATE TABLE IF NOT EXISTS \n'funds' (\n id LONG ,\n status int,\n uid int,\n order_id SYMBOL CAPACITY 128 CACHE INDEX CAPACITY 8192,\n trade_flow int,\n trade_time TIMESTAMP,\n trade_type INT,\n trade_channel int,\n channel_serial SYMBOL CAPACITY 128 CACHE INDEX CAPACITY 8192,\n amount LONG,\n balance LONG,\n remark SYMBOL CAPACITY 128 CACHE INDEX CAPACITY 8192\n) timestamp (trade_time) PARTITION BY DAY WAL;"