fields(['selected' => '0']) ->condition('cid', '1') ->execute(); // Add a custom contact category. db_insert('contact')->fields([ 'category', 'recipients', 'reply', 'weight', 'selected' ]) ->values([ 'category' => 'Upgrade test', 'recipients' => 'test1@example.com,test2@example.com', 'reply' => 'Test reply', 'weight' => 1, 'selected' => 1, ]) ->execute();