annotations
| This page was automatically generated from the database schema dump and may be incomplete or incorrect. |
Holds annotations (e.g. markings, stamps, notes) on individual pages of documents. One row per annotation with image and XML data.
1. Columns
| Name | Type | Length | Description |
|---|---|---|---|
|
|
— |
Annotation ID (primary key). |
|
|
— |
ID of the affected document. References |
|
|
— |
Page number in the document. |
|
|
— |
ID of the creator. References benutzer.id. |
|
|
— |
Status flags (bitmask). |
|
|
— |
Timestamp of the last change (UNIX time). |
|
|
— |
Expiry / timeout timestamp. |
|
|
— |
Annotation as image data (BLOB). |
|
|
— |
PDF resolution in DPI (for vector-based / PDF annotations). |
|
|
— |
Annotation as XML representation (BLOB). |
2. Related tables
-
ann_groups — assignment to user groups.
3. Usage by Server-API jobs
-
cnv.CreateSlide — creates slide annotations.
-
cnv.AddAnnotations — burns annotations into image files.