PostgreSQL
 sql >> Base de données >  >> RDS >> PostgreSQL

Postgres :convertir varchar en texte

ALTER TABLE table1 ALTER COLUMN column1 TYPE text;