A table of mine has a field named "type" that is an ENUM. I would like to extract the the values of the ENUM to be placed in a drop down box. I could just do a describe and parse the data, however I was wondering if there is a more direct route to get this type of metadata.
Thanks
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello
A table of mine has a field named "type" that is an ENUM. I would like to extract the the values of the ENUM to be placed in a drop down box. I could just do a describe and parse the data, however I was wondering if there is a more direct route to get this type of metadata.
Thanks
None that I'm aware of.