behavior_chart_annotations


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id VARCHAR 36 null
client_id VARCHAR 36 null
behavior_id VARCHAR 36 null
behavior_type VARCHAR 30 null

MALADAPTIVE_BEHAVIOR or REPLACEMENT_PROGRAM

location_business_line_id VARCHAR 36 null
annotation_type VARCHAR 20 null

label, marker, dashed-line, solid-line

annotation_date DATE 10 null
label VARCHAR 255 √ null
value DECIMAL 10,2 √ null
color VARCHAR 7 #6366f1
created_at DATETIME 26 null
updated_at DATETIME 26 √ null
created_by VARCHAR 255 √ null
updated_by VARCHAR 255 √ null
sto_id VARCHAR 36 √ null

FK reference to STO objective

sto_number INT 10 √ null

STO display number (1, 2, 3…)

is_auto_generated BIT 1 0

Whether annotation was auto-generated from STO lifecycle

scope VARCHAR 10 GOAL

Indexes

Constraint Name Type Sort Column(s)
PRIMARY Primary key Asc id
idx_bca_auto_generated Performance Asc/Asc/Asc client_id + behavior_id + is_auto_generated
idx_bca_client Performance Asc client_id
idx_bca_client_behavior Performance Asc/Asc client_id + behavior_id
idx_bca_client_scope Performance Asc/Asc client_id + scope
idx_bca_location Performance Asc location_business_line_id

Relationships