Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | VARCHAR | 36 | null |
|
|
||||||
| location_business_line_id | VARCHAR | 36 | null |
|
|
||||||
| sp_maladaptive_behavior_id | VARCHAR | 36 | null |
|
|
||||||
| frequency_type | enum('FREQUENCY', 'DURATION', 'INTERVAL', 'RATE', 'PERCENTAGE', 'TRIALS') | 10 | null |
|
|
||||||
| is_active | BIT | 1 | 1 |
|
|
||||||
| created_at | DATETIME | 19 | √ | CURRENT_TIMESTAMP |
|
|
|||||
| updated_at | DATETIME | 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_measures_location | Performance | Asc | location_business_line_id |
| idx_measures_sp_behavior | Performance | Asc | sp_maladaptive_behavior_id |