#PostgreSQL array column creation from web ui?
7 messages · Page 1 of 1 (latest)
7 messages · Page 1 of 1 (latest)
Hey all, wondering if there is a way to create an array column from the web UI? Normally you would do something like varchar[] but in the web ui there is no array type. Does this have to be done from a client connected to the db? I tried just pasting an array into a text column and it's treated as a string.
Project ID: N/A
you'd want to use something like pgadmin, please don't rely on the plugins data or query features
Yep, our UI is pretty rudimentary here. You'd need to use a different GUI