Postgres data structure

Hi.how can I connect to postgres database and see the structure and tables in ubuntu terminal.I want to write a plugin but I don’t khow the database structures

Assuming you’re using our docker install:

./launcher enter app
rails db

If you’ve got a development environment set up, just rails db should do it.

「いいね!」 2

thank you but how can I see tables?and data bases

「いいね!」 5

Try the data Explorer plugin.

「いいね!」 2

Is site language saved in database?
where?

Changing the locale from the default English one creates a row in the site_settings table.

After changing it for example to German, the default_locale record is created:

「いいね!」 3