diff --git a/migrations/20200721225616_trades.sql b/migrations/20200721225616_trades.sql index 2d3898d05..809aeba2c 100644 --- a/migrations/20200721225616_trades.sql +++ b/migrations/20200721225616_trades.sql @@ -13,7 +13,7 @@ CREATE TABLE `trades` ( `is_buyer` BOOLEAN NOT NULL DEFAULT FALSE, `is_maker` BOOLEAN NOT NULL DEFAULT FALSE, `side` VARCHAR(4) NOT NULL DEFAULT '', - `traded_at` DATETIME(6) NOT NULL, + `traded_at` DATETIME(3) NOT NULL, PRIMARY KEY (`gid`), UNIQUE KEY `id` (`id`)