fix ts type in migrations

master
plazmoid 4 weeks ago
parent d7a17e7c32
commit 978092dde0
  1. 2
      migrations/20250210064035_initial.sql

@ -22,7 +22,7 @@ CREATE TABLE IF NOT EXISTS candles(
buy_taker_amount REAL NOT NULL,
buy_taker_quantity REAL NOT NULL,
trade_count INT NOT NULL,
ts INT NOT NULL,
ts DATETIME NOT NULL,
weighted_average REAL NOT NULL,
start_time DATETIME NOT NULL,
close_time DATETIME NOT NULL,

Loading…
Cancel
Save