#Can postgres column types be updated or do I need to make a new db?

7 messages · Page 1 of 1 (latest)

hard harnessBOT
#

To help others find answers, you can mark your question as solved via Right click solution message -> Apps -> ✅ Mark Solution

marble plazaBOT
#

Project ID: N/A

hollow grail
#

ALTER TABLE table_name ALTER COLUMN column_name TYPE column_definition;

#

Literally a Google search

#

In that case i don't know, i don't use the gui

hollow grail
#

you should be able to connect to it via psql tho

opal sparrow
#

You would need to use a 3rd party client such as DBeaver, Beekeeper, DataGrip, or even PGAdmin, to connect to the database and run your queries. The web based UI is not going to have all the features that you are looking for. It’s more geared as an overview of your database than anything else