pub async fn force_create(
    db: &PgPool,
    state: SchemaStateRef<'static>,
    void: bool
) -> Result<(), Box<dyn Error>>