drawing_annotations
Stores user-created annotations on drawing sheets including shapes, text, and markups.
Purpose
Enable collaboration and markup on drawings.
Columns
| Column | Type | Description |
|---|---|---|
| id | uuid | Primary key |
| drawing_sheet_id | uuid | Sheet reference |
| type | text | pen/text/shape/cloud |
| data | jsonb | Annotation geometry + style |
| created_by | uuid | User |
| created_at | timestamptz | Timestamp |
Usage
- Rendered in drawing viewer
- Supports real-time collaboration (future)