PostgreSQL
 sql >> Datenbank >  >> RDS >> PostgreSQL

Postgres:Varchar in Text umwandeln

ALTER TABLE table1 ALTER COLUMN column1 TYPE text;