I got this error when i want to add new:
Store row failed: Incorrect integer value: '' for column `12185`.`km`.`view_level` at row 1 ; Please inform your web-site owner
The problem seems to be that you are inserting an empty value into a column that expects an integer value.
How do you try to insert data into that column? What element is it?