SQLSTATE[HY000]: General error: 1366 Incorrect integer value: ‘[“2”]’ for column ‘category_id’ at row 1
I am unable to save or update the data from my frontend, I’m getting this error. I Have a category table, an item table, and a category item (pivot) table.