The MySQL Set Datatype explained:
You know all those bitwise flags you want to set? readable is 1,
writable is 2, appendable is 4, shareable is 8, ..., property is n*2 ???
You might want a set field in your next table.
You know all those bitwise flags you want to set? readable is 1,
writable is 2, appendable is 4, shareable is 8, ..., property is n*2 ???
You might want a set field in your next table.
