SLUK 06
sqlMessage: "Field 'area' doesn't have a default value"
I need help to resolve this error:
code: 'ER_NO_DEFAULT_FOR_FIELD',
error: 1364,
sqlState: 'HY000',
sqlMessage: "Field 'area' doesn't have a default value",
sql: 'insert into
buttons
(area
, link
, loc
, name
, up
) values (DEFAULT, DEFAULT, DEFAULT, DEFAULT, DEFAULT)';
Using the get method works, but using the post method this error occurs.10 replies