Hi everyone. I am fairly new to mysql and have found a data type that may my life easier but am not sure I am taking a shortcut.
I use lookup tables quite often in my models and have found that "enum" will give me the same functionality without having all of those other lookup tables around.
What would be the "correct" or the best option. Should I just use enum and forego the other tables?
Thanks! Frank