pub type ColumnName = Name;
The name of a column.
pub enum ColumnName { Static(&'static str), Dynamic(String), }