Composition.section[]).
Primary Keys:
- composition_section_id
- composition_id - links to the composition table
| Column | Data Type | Description |
|---|---|---|
| composition_section_id | varchar | Unique identifier for the section |
| composition_id | varchar | Parent composition |
| code_text | varchar | Free-text section code |
| title | varchar | Section title |
| text_div | varchar | Section narrative as div |
| text_status | varchar | Status of the narrative text |
| mode | varchar | Section mode (e.g., working, snapshot) |

