#Can postgres column types be updated or do I need to make a new db?
7 messages · Page 1 of 1 (latest)
Project ID: N/A
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
you should be able to connect to it via psql tho
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