Procedure.note[]).
Primary Keys:
- procedure_note_id
- procedure_id - links to the procedure table
| Column | Data Type | Description |
|---|---|---|
| procedure_note_id | varchar | Unique identifier for the note row |
| procedure_id | varchar | Parent procedure |
| text | varchar | Free-text note content |

