Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
|---|---|---|---|---|---|---|---|---|---|---|
| organization_id | VARCHAR | 100 | null |
|
|
組織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 |



