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