Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| id | VARCHAR | 36 | null |
|
|
|||
| sp_replacement_behavior_id | VARCHAR | 36 | null |
|
|
|||
| frequency_type | VARCHAR | 20 | null |
|
|
|||
| version_number | INT | 10 | null |
|
|
|||
| effective_start_date | DATE | 10 | null |
|
|
|||
| effective_end_date | DATE | 10 | √ | null |
|
|
||
| is_active_version | BIT | 1 | 1 |
|
|
|||
| created_at | DATETIME | 19 | √ | null |
|
|
||
| updated_at | DATETIME | 19 | √ | null |
|
|
||
| created_by | VARCHAR | 36 | √ | null |
|
|
||
| updated_by | VARCHAR | 36 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PRIMARY | Primary key | Asc | id |
| idx_rb_measure_history_active | Performance | Asc | is_active_version |
| idx_rb_measure_history_behavior | Performance | Asc | sp_replacement_behavior_id |