add user in existing table postgresql code example
Example: create new user in postgres
CREATE USER visualscrapy WITH PASSWORD '123456';
# it will create the new user in postgres
CREATE USER visualscrapy WITH PASSWORD '123456';
# it will create the new user in postgres