When I designed my db in several tables I used unsigned integer fields
to hold an integer that each bit was a 'flag'. Now I realize that the
set field type does just what I was trying to accomplish. Is it safe to
convert the field(s) from uint to set and keep their current values?
Obviously all external programming (queries) will have to be adjusted,
but it seems to make more sense to use the set type.
Bill