pub trait CreateTableQuery<Table>where Table: Entity,{ // Required method fn get_not_exists(&self) -> bool; }