pub const INVITATION_LOOKUP: &str = "\ SELECT id, team_id, email, oauth_provider, oauth_provider_username, role, status, expires_at \ FROM team_invitations WHERE id = ?1";
Lookup an invitation by id.