Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions topics/digitisations.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,6 @@ body_class: digitisations
| `requester_email` | `VARCHAR(255)` | Email of the person making the request | `52` |
| `rl_item_url` | `VARCHAR(255)` | If the item is linked to a reading list item, the canonical URL of that item | |
| `item_guid` | `VARCHAR(255)` | The guid of the reading list item, to be used for joining data | `478A70D8-C627-91EC-D681-FFE617FABDD9` |
| `request_type` | `VARCHAR(32)` | The request's type. Permitted values: `digitisations`, `coursereserves`, and `fileupload` | `digitisations` |

**WARNING:** The data dictionary is subject to change. For that reason always refer to column names directly in your SQL statements, not column positions.