I have a table that behaves fine with read/insert. However on update it only updates a few fields an...
Hello, I'm fetching a specific record with a DB table using MyTable::where(['type' => $sometype])...
Thanks for the idea. Will try. If I replace save() with direct update through DB::update() it works...
Yes, that was the problem. I had made the id to be the PK in the Model and it has started working co...
Model: class MonthlyUpdateStatus extends Model { protected $table = 'monthly_update_status'; protect...
The Laravel portal for problem solving, knowledge sharing and community building.
The community