In PostgreSQL, every table lives inside a schema within a database.
If you didn’t explicitly create or specify a schema while creating the table, PostgreSQL automatically places it in the default schema:
👉 public
So in your case:
- Database:
accountingcentral - Schema:
public - Table:
expenses