su postgres
psql
CREATE USER airtime ENCRYPTED PASSWORD 'airtime' LOGIN CREATEDB NOCREATEUSER;
CREATE DATABASE airtime;
ALTER DATABASE airtime OWNER TO airtime;
\q
It looks like you're new here. If you want to get involved, click one of these buttons!