INSERT INTO users (username, password_hash, role, active) VALUES ('public-visitor', '!', 'STAFF', false) ON CONFLICT (username) DO NOTHING;