@_@
I hate working with databases after developers mess it up during development. It just so happens that’s happening in my project right now and I need to clean it up before Sunday. sigh….so tired. One thing I don’t get is why would you use tinyint to store a boolean? I know mysql doesn’t have bool, so use char(1) instead. It’s much more migratable to other DBs. Honestly, mysql was a poor choice to begin with, but being a team player, I will just have to bare with it.