Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| id | VARCHAR | 36 | null |
|
|
|||
| note_template_id | VARCHAR | 36 | null |
|
|
|||
| version_number | INT | 10 | null |
|
|
|||
| template_spec_json | JSON | 1073741824 | null |
|
|
|||
| render_config | JSON | 1073741824 | √ | null |
|
|
||
| required_sections_json | JSON | 1073741824 | null |
|
|
|||
| required_sections | JSON | 1073741824 | √ | null |
|
|
||
| optional_sections | JSON | 1073741824 | √ | null |
|
|
||
| validation_rules | JSON | 1073741824 | √ | null |
|
|
||
| change_notes | TEXT | 65535 | √ | null |
|
|
||
| effective_date | DATE | 10 | null |
|
|
|||
| end_date | DATE | 10 | √ | null |
|
|
||
| is_published | BIT | 1 | 0 |
|
|
|||
| published_at | TIMESTAMP | 19 | √ | null |
|
|
||
| published_by | VARCHAR | 36 | √ | null |
|
|
||
| created_at | TIMESTAMP | 19 | √ | CURRENT_TIMESTAMP |
|
|
||
| updated_at | TIMESTAMP | 19 | √ | CURRENT_TIMESTAMP |
|
|
||
| created_by | VARCHAR | 36 | √ | null |
|
|
||
| updated_by | VARCHAR | 36 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PRIMARY | Primary key | Asc | id |
| idx_note_template_versions_effective | Performance | Asc | effective_date |
| idx_note_template_versions_template | Performance | Asc | note_template_id |
| uk_template_version | Must be unique | Asc/Asc | note_template_id + version_number |