\l -- to list database
\c -- to use database
\dt -- to list tables
-- require pg contrib to be installed.
CREATE EXTENSION IF NOT EXISTS "pg_enum";
alter table listed_companies add column ipoalloted_date date null
add column total_listed_share number(11) null
add column public_holding number(2) null