I am a novice to Dbs. I just rebuilt and deployed my app. However, the db wasn’t responding, so I:
-
connected the db.
-
ran
\l
to find my db. -
connected to the db using
\c [name]
-
used
\dt
to get a list of database tables and it only returned:List of relations
Schema | Name | Type | Owner
----------±----------------±------±---------------------
public | spatial_ref_sys | table |
topology | layer | table |
topology | topology | table |
Non of the expected tables are listed above. What am I doing wrong?
Thank you