organization_chatbot_prompts

0 rows


Description

組織別チャットボット回答プロンプト

Columns

Column Type Size Nulls Auto Default Children Parents Comments
organization_id VARCHAR 100 null
organizations.id organization_chatbot_prompts_ibfk_1C

組織ID

chatbot_kind enum('mycoach', 'daily_checkin') 13 null

チャットボット種別(daily_checkinは将来対応)

prompt_text MEDIUMTEXT 16777215 null

回答生成用システムプロンプト本文

created_at BIGINT UNSIGNED 20 unix_timestamp(now())

作成日時

updated_at BIGINT UNSIGNED 20 unix_timestamp(now())

更新日時

Indexes

Constraint Name Type Sort Column(s)
PRIMARY Primary key Asc/Asc organization_id + chatbot_kind

Relationships