Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| id | CHAR | 36 | null |
|
|
Knowledge base unique ID |
||
| user_id | CHAR | 36 | null |
|
|
User ID who owns this knowledge base |
||
| reflection_setting_id | CHAR | 36 | √ | null |
|
|
リフレクション設定ID |
|
| dify_document_id | CHAR | 36 | √ | null |
|
|
Dify document ID reference |
|
| period | VARCHAR | 20 | null |
|
|
レポート期間: daily, weekly, monthly |
||
| created_at | BIGINT UNSIGNED | 20 | √ | null |
|
|
作成日時 |
|
| updated_at | BIGINT UNSIGNED | 20 | √ | null |
|
|
更新日時 |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PRIMARY | Primary key | Asc | id |
| idx_user_kb_reflection_setting_id | Performance | Asc | reflection_setting_id |
| reflection_user_knowledge_bases_dify_document_id_index | Performance | Asc | dify_document_id |
| reflection_user_knowledge_bases_user_id_foreign | Performance | Asc | user_id |
| unique_user_setting_period | Must be unique | Asc/Asc/Asc | user_id + reflection_setting_id + period |
