Just wanted to get some input on this one... is it a good idea or bad idea to use enum() ? some say it makes it to complicated cause of the syntax I'm speicifly building a table where i'll have a 'type' of content, such as; image, post, story, etc... is this enum() recommended?
I think enum(the enumerator type field for databases can be used and used well.) Ofcourse it depends on your database and how you intend for it to be used etc, but the sytnax is not complex if you do want to use the enumerator type for a field. I sugest maybe creating a database/table(or both if needed) and have a play with the enum field type and see how it works and whether you think thatis what you require or not. Kind Regards