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