I am very new on Postgresql. I have installed pgadmin4 on my Mac OS X. I try to create a very basic table with a column which has type varchar
but it doesn't seem to have ti on the list of the UI.
Am I missing something? How to create columns of varchar data type in pgAdmin?
According to documentation both character varying
and varchar
is correct.
Select character varying
as the data type in pgadmin 4.