Hyperblaze
Lifer
I'm creating a table in postgresql using phpPgAdmin (ever heard of it?)
If there is another open source php project with is better to use for working with postgresql, feel free to let me know 😀
On table creation I'm attempting to create a column which is the equivlant of varchar in mysql. I've researched the web and found out that varchar also exists in postgresql, but for some odd reason it just is not in phpPgadmin when selecting type of column.
Is it under a different heading?
If there is another open source php project with is better to use for working with postgresql, feel free to let me know 😀
On table creation I'm attempting to create a column which is the equivlant of varchar in mysql. I've researched the web and found out that varchar also exists in postgresql, but for some odd reason it just is not in phpPgadmin when selecting type of column.
Is it under a different heading?