Skip to main content

MEMBER_COLUMNS

Constant MEMBER_COLUMNS 

Source
pub const MEMBER_COLUMNS: &str = "\
tm.user_id, u.nickname, tm.role, tm.joined_at";
Expand description

Column list for member SELECT queries (joins with users table).