ai_generation_templates


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id VARCHAR 36 null
ai_generation_template_fields.template_id fk_ai_templatefield_template C
location_business_line_id VARCHAR 36 null
encounter_type_id VARCHAR 36 null
template_name VARCHAR 255 null
shedlock.name Implied Constraint R
system_prompt TEXT 65535 null
is_active BIT 1 1
created_at TIMESTAMP 19 CURRENT_TIMESTAMP
updated_at TIMESTAMP 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_ai_gentemplate_encounter Performance Asc encounter_type_id
idx_ai_gentemplate_location Performance Asc location_business_line_id
uk_ai_gentemplate_location_encounter Must be unique Asc/Asc/Asc location_business_line_id + encounter_type_id + is_active

Relationships