Add tables to database

I have deployed my server on render and created a database, but I can’t create tables? I am very new to this. Hosting the server and db (created with pgAdmin4) on my local machine works fine. I am having trouble connecting my db from render to my server from render and creating tables for that db. Trying to follow the docs but becoming very confused. I am sure it is something simple I am overlooking but can’t figure it out.

Hi,

This has been covered in other Community posts, e.g.: https://community.render.com/t/connect-render-to-pgadmin4/7470

The breakdown of the “External Connection URL”, is covered in the docs: https://render.com/docs/databases#connecting-from-outside-render

postgres://USER:PASSWORD@EXTERNAL_HOST:PORT/DATABASE

Alan

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.