how to update postgres schema
sgavinolla001
PROOP

5 months ago

how to update postgres schema manully like column type and constraint changes.

Solved$10 Bounty

Pinned Solution

You need to connect to your database using psql or pgadmin to write your sql queries and modify you schema. Click on your Postgres service > Database, and click on connect then Public Network.

Attachments

1 Replies

Railway
BOT

5 months ago

This thread has been marked as public for community involvement, as it does not contain any sensitive or personal information. Any further activity in this thread will be visible to everyone.

Status changed to Open Railway 5 months ago


You need to connect to your database using psql or pgadmin to write your sql queries and modify you schema. Click on your Postgres service > Database, and click on connect then Public Network.

Attachments


Status changed to Solved brody 5 months ago


Welcome!

Sign in to your Railway account to join the conversation.

Loading...