UPDATE user SET options=options - 64 WHERE options & 64
UPDATE user SET options=options + 128 WHERE NOT(options & 128)