Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| id | CHAR | 36 | null |
|
|
DifyアプリID |
||
| name | VARCHAR | 100 | null |
|
|
アプリ名 |
||
| api_key | VARBINARY | 255 | null |
|
|
Dify API Key(暗号化) |
||
| app_type | VARCHAR | 50 | null |
|
|
アプリ種別(daily_checkin/ai_agent/my_coach/goal_setting_coach) |
||
| description | TEXT | 65535 | √ | null |
|
|
説明 |
|
| created_at | BIGINT UNSIGNED | 20 | null |
|
|
作成日時(Unixタイムスタンプ) |
||
| updated_at | BIGINT UNSIGNED | 20 | null |
|
|
更新日時(Unixタイムスタンプ) |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PRIMARY | Primary key | Asc | id |
| idx_app_type | Performance | Asc | app_type |
