I need to pass a form data and submit the form data through ajax call, on which the column in a table gets change its value from '0' to '1' in laravel

Viewed 41

I have created a form, and submitting it through ajax, on which in the table a column as 'is_desired_resume' which has binary as datatype and default value is 0 has to get changed to 1.

0 Answers
Related