Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| id | VARCHAR | 255 | null |
|
|
|||
| created_at | DATETIME | 26 | √ | null |
|
|
||
| created_by | VARCHAR | 36 | √ | null |
|
|
||
| hypothesized_function_id | VARCHAR | 36 | null |
|
|
|||
| is_active | BIT | 1 | null |
|
|
|||
| replacement_behavior_id | VARCHAR | 36 | null |
|
|
|||
| sp_maladaptive_behavior_id | VARCHAR | 36 | null |
|
|
|||
| updated_at | DATETIME | 26 | √ | null |
|
|
||
| updated_by | VARCHAR | 36 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PRIMARY | Primary key | Asc | id |
| idx_function_rb_behavior | Performance | Asc | sp_maladaptive_behavior_id |
| idx_function_rb_function | Performance | Asc | hypothesized_function_id |
| idx_function_rb_replacement | Performance | Asc | replacement_behavior_id |