enum type, sort, restrict, use

enum type, sort, restrict, use

am 11.01.2006 23:43:33 von awebguynow

After reading that enum column is very efficient, I'm determined to use
it where I can.
Does anyone have WebApp experiences, that make life easier.

I can see applications for US states, phone types, order types, etc.
but for example
in a contact manager business phone types may differ than personal
phone types
ie:
work
home
cell
247
pager
day
eve

I guess this column type is best used with a mutually exclusive,
defined, stable set of choices, and can be difficult to use otherwise.

Re: enum type, sort, restrict, use

am 12.01.2006 04:21:04 von awebguynow

btw, is there anyway to select all the possible values of an enum, to
create a