So basically, what I'm looking for is a way to store multiple values in a single field, and a way to read only the values I need from that field. An example field:
Something like that. But I need a way to update it so that I can add new flags without disturbing previous flags, and also a way to cleanly read those values. I've seen this done, I just don't know how to do it.