my $newstatus = $schema->resultset('Status')->find(2); $check->status($newstatus); #### $check->update({status => 2}); $check->discard_changes();