pub fn fold_pg_table<F, T: AstInfo, T2: AstInfo>( folder: &mut F, node: PgTable<T>) -> PgTable<T2> where F: Fold<T, T2> + ?Sized,