Is there a function that will retrieve all possible values for a MySQL ENUM field? I've looked in the manual, and it looks like the mysql_field_type() function will return "enum," but not the possible values.
If there isn't a built-in function, has anyone written something that would do something like this?
Thanks,
Rich