How to add multiple columns to a table in Postgres? Try this : ALTER TABLE table ADD COLUMN col1 int, ADD COLUMN col2 int;