I am using thinkCMF Chinees PHP framework for the backend and Vue for the front end.
I wanted to make an image upload optional and I removed it from the server required (Controller).
but submitting the form it was giving the above error.
I changed the column varchar(200) to varchar(500) but didn't work.