trying to add milliseconds to an existing table. The column TradeUTC is currently DATETIME. ALTER TABLE `tempTrades` MODIFY `TradeUTC` DATETIME(3); I get an error at the "("
↧