when trying to create index for fixtime with sql command:
CREATE INDEX idx_positions_fixtime ON tc_positions (fixtime);
I got this error:
SQL create index `idx_positions_fixtime` on `tc_positions` (`fixtime`) failed : Invalid default value for 'devicetime'
Please need help
Thank you, It worked now!
when trying to create index for fixtime with sql command:
I got this error:
Please need help