pub async fn migrate<'e, E>(
    executor: E,
    escaped_schema: &str
) -> Result<(), Error>
where E: PgExecutor<'e> + Acquire<'e, Database = Postgres> + Send + Sync + Clone,