0

I'm using PostgreSQL and phpPgAdmin for database manipulation. Now I have problem to create ENUM field with phpPgAdmin. Is it possible to do it with that tool and how?

Remark
  • 31
  • 4

1 Answers1

0

Apparently not; you'll need to enter the SQL directly.

MSalters
  • 173,980
  • 10
  • 155
  • 350