how to update postgres schema
sgavinolla001
PROOP

a month ago

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

Solved$10 Bounty

Pinned Solution

darseen
HOBBYTop 5% Contributor

a month 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

1 Replies

Railway
BOT

a month 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 28 days ago


darseen
HOBBYTop 5% Contributor

a month 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 28 days ago


Loading...