DB::table('questions')->where('id',11041)->update(['question_image'=>'p1/images/acs-2022-p1-test-3-q1.png']); echo 'Q1 image set: '.DB::table('questions')->where('id',11041)->value('question_image').PHP_EOL;