reflection_unit_knowledge_bases

0 rows


Description

ユニット向けDify Knowledge Base管理テーブル

Columns

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

ID

unit_id CHAR 36 null

ユニットID

dify_document_id CHAR 36 null

Dify Knowledge BaseのドキュメントID

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_unit_id Performance Asc unit_id
unique_unit_period Must be unique Asc/Asc unit_id + period

Relationships