How to connect to postgres from baserow

How do I find the baserow table information within postgree? I found it but the columns have the wrong name

1 Like

Hi @ruan17!

You can find the list of all tables in the database_table and individual tables with names like database_table_X where X is the table id. The fields/columns are numbered like field_1 and the list of all fields are in database_field table.

The name field_X is not a wrong name, it is the internal baserow name of the column in the database.

Do you have any other question?

and how can I make a query to join the two tables?