I am trying to import data into a table from a csv file, but am getting the following error:
SQL Error (1048): Column 'enabled' cannot be null
The data type for the 'enabled' column is TINYINT and my csv file has a 1 in this column. Please can you advise what I am doing wrong?