Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
|---|---|---|---|---|---|---|---|---|---|---|
| organization_id | VARCHAR | 36 | null |
|
|
組織ID |
||||
| app_type | enum('daily_checkin', 'ai_agent', 'my_coach', 'goal_setting_coach', 'helpdesk') | 18 | null |
|
|
アプリ種別 |
||||
| dify_app_id | VARCHAR | 255 | null |
|
|
DifyアプリID (UUIDv7への参照) |
||||
| 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 + app_type |
| organization_dify_apps_ibfk_2 | Performance | Asc | dify_app_id |



