pub const INVITATION_INSERT: &str = "\
INSERT INTO team_invitations \
(id, team_id, email, oauth_provider, oauth_provider_username, invited_by, role, expires_at) \
VALUES (?1, ?2, ?3, ?4, ?5, ?6, ?7, ?8)";Expand description
INSERT a new invitation (8 params).