In my MySQL database, I have the following column type.
Field | Type | Null |
----------------------------------
Column_priv | set('Select','Insert','Update','References') | No |
And I cannot figure out what to map this to.
Can anyone tell me how I can map this to something?