Preferences (Prefs)
| Field name | Description | Type | Length | Ind |
|---|---|---|---|---|
| item | The name of the preference. Does not have to be unique if unique user_key or network_id is supplied | Alpha | 40 | * |
| type | The type of data in the blob: | blob | ||
| s string | ||||
| i Long integer (no int type) | ||||
| as string array | ||||
| ai long int array | ||||
| ab boolean array | ||||
| ar real array | ||||
| tm time | ||||
| d date | ||||
| b boolean | ||||
| t text | ||||
| pc picture | ||||
| blob | The binary data we're storing | BLOB | ||
| user_key | The ID of the user this data applies to (or zero if for all users) | Long | ||
| network_id | The MAC address of the machine the data applies to (or empty string for all/any machine) | Alpha | 80 | * |
| store_id | The ID of the store this pref applies to (or zero for any/all stores) | long |