```js const createTable = await env.db.prepare(` CREATE TABLE IF NOT EXISTS ${tableName} ( id
is this correct way to index blockTs? my primary unique key is
idI could have duplicate blockTs values.
but I want to put index on blockTs because I frequently query data using
timeFrom timeTo


