Small. Fast. Reliable.
Choose any three.

alter-table-stmt

ALTER TABLE schema-name . table-name RENAME TO new-table-name RENAME COLUMN column-name TO new-column-name ADD COLUMN column-def DROP COLUMN column-name

Used by:   sql-stmt

References:   column-def

See also:   lang_altertable.html