pub trait SQLAlias { // Required method fn alias(&self) -> &'static str; }
Gets the alias name for this table