Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| id | VARCHAR | 36 | null |
|
|
|||
| location_business_line_id | VARCHAR | 36 | null |
|
|
|||
| sp_replacement_behavior_id | VARCHAR | 36 | null |
|
|
|||
| frequency_type | VARCHAR | 20 | null |
|
|
|||
| is_active | 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_measures_behavior | Performance | Asc | sp_replacement_behavior_id |
| idx_rb_measures_location | Performance | Asc | location_business_line_id |