If this is your first visit, be sure to check out the FAQ by clicking the link above.
You may have to register before you can post: click the register link above to proceed.
To start viewing messages, select the forum that you want to visit from the selection below.
I'm looking to store permissions in a table in MySQL. I was thinking of using somthing similar to Linux permissions, i.e. a binary representation. The size of the field will obviously be minimal, 8bits ish...
Whats the best way of storing this data? The blob type fields look a little overkill, or do they 'shrink to fit' like Levis... lol.