pub const MEMBER_COLUMNS: &str = "\ tm.user_id, u.nickname, tm.role, tm.joined_at";
Column list for member SELECT queries (joins with users table).