Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
|---|---|---|---|---|---|---|---|---|---|---|
| id | CHAR | 36 | null |
|
|
ID |
||||
| organization_id | VARCHAR | 100 | null |
|
|
組織ID |
||||
| context_text | TEXT | 65535 | null |
|
|
AIに渡す企業別コンテキスト |
||||
| principles_text | TEXT | 65535 | null |
|
|
AI向け企業理念・行動指針 |
||||
| 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 | id |
| idx_org_ai_contexts_org_id | Must be unique | Asc | organization_id |


