DEF_COLUMNS

Constant DEF_COLUMNS 

Source
const DEF_COLUMNS: &[(&str, &str)];
Expand description

db_agent_definitions columns in the order the row mapper expects, paired with a default SQL literal used when a column is absent on an older DB. Substituting <default> AS <col> keeps the SELECT’s column count + order fixed (so index-based row.get stays valid) while tolerating schema drift.