DocumentReference.content[]).
Primary Keys:
- documentreference_content_id
- documentreference_id - links to the document reference table
| Column | Data Type | Description |
|---|---|---|
| documentreference_content_id | varchar | Unique identifier for the content row |
| documentreference_id | varchar | Parent document reference |
| attachment_data | varchar | Inline attachment data (e.g. base64) |
| attachment_contenttype | varchar | MIME type of the attachment |
| attachment_creation | datetime | When the attachment was created |
| attachment_hash | varchar | Hash of the attachment content |
| attachment_language | varchar | Language of the attachment content |
| attachment_size | integer | Size of the attachment in bytes |
| attachment_title | varchar | Title of the attachment |
| attachment_url | varchar | URL of the attachment content |

