Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | VARCHAR | 36 | null |
|
|
||||||
| service_plan_maladaptive_behavior_id | VARCHAR | 36 | null |
|
|
||||||
| hypothesized_function_id | VARCHAR | 36 | null |
|
|
||||||
| created_at | TIMESTAMP | 19 | √ | CURRENT_TIMESTAMP |
|
|
|||||
| created_by | VARCHAR | 36 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PRIMARY | Primary key | Asc | id |
| fk_sp_mb_functions_function | Performance | Asc | hypothesized_function_id |
| uk_sp_mb_functions_behavior_function | Must be unique | Asc/Asc | service_plan_maladaptive_behavior_id + hypothesized_function_id |