This Weblog Just Created For Document Sysadmin Challenges
---On Postgres CLI--- ALTER TABLE <Table Name> ALTER COLUMN <Column Name> TYPE <New Type>; ---Example--- ALTER TABLE tokens ALTER COLUMN token TYPE text;