Arch Stanton
05-20-2004, 05:40 PM
I've been wanting to use enum column type for a while, but have used small little related tables instead beacause I don't know how to create an easy to use interface for my clients to add and remove available values. If anyone knows of some functions out there for working with enum, could you let me know?
Until then, I'll stick with related tables.
Right now I'm working on a regional events calendar, and the event city will be chosen from a list. Currently I have a list of citiys in a table so the site administrator can add and remove available city's. I think it would work more effeciently with enum.
Until then, I'll stick with related tables.
Right now I'm working on a regional events calendar, and the event city will be chosen from a list. Currently I have a list of citiys in a table so the site administrator can add and remove available city's. I think it would work more effeciently with enum.