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