Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| name | VARCHAR | 100 | null |
|
|
アプリ名 |
||||||
| 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タイムスタンプ) |
||||||
| id | CHAR | 36 | null |
|
|
DifyアプリID (UUIDv7) |
||||||
| api_key | VARBINARY | 255 |
|
|
Dify APIキー(AES_ENCRYPT済みバイト列) |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PRIMARY | Primary key | Asc | id |
| idx_app_type | Performance | Asc | app_type |

