How to union two tables with different structure in typeorm? – Postgresql
I have two tablse with different structure: contents folders I need getting data from two tables with pagination, sorting and filter. I know only about this way like getting two tables in 2 operations. Is it possible union these tables…