organization_meta_coach_prompts

4 rows


Description

組織別メタコーチプロンプト

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id CHAR 36 null

ID

organization_id VARCHAR 100 null
organizations.id Implied ConstraintR

組織ID

prompt_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_meta_coach_prompts_org_id Must be unique Asc organization_id

Relationships