I get the following database error
#1067 - Invalid default value for 'devicetime'" on executing the query "CREATE INDEX idx_positions_fixtime ON tc_positions (fixtime);
the devicetime column structure is
Type: TIMESTAMP
default: 0000-00-00 00:00:00
You have to set sql_mode=''
.
I get the following database error
the devicetime column structure is
Type: TIMESTAMP
default: 0000-00-00 00:00:00