pub trait TableColumn: Iden + Unquote { type Table: Table; type Unquoted: TableColumn; const TABLE: Self::Table; const QUOTE: &'static str; }