About MySQL and bits
For work I’m writing a proposal on database usage, about which data types we should use in what situation. That has me stumbling upon an interesting problem. Let me explain. There are situations in data where records need to have some sort of flag, like “deleteAllowed” or “activeUser”. That would have one of two possible [...]

