drawing_sheet_links
Stores resolved relationships between sheets based on callouts or manual linking.
Purpose
Enable fast navigation between linked sheets.
Columns
| Column | Type | Description |
|---|---|---|
| id | uuid | Primary key |
| source_sheet_id | uuid | Source sheet |
| target_sheet_id | uuid | Target sheet |
| callout_id | uuid | Optional reference |
| link_type | text | auto/manual |
Usage
- Used by viewer for navigation
- Created after OCR + resolution step