🎨 Add Rollup column to database table view https://github.com/siyuan-note/siyuan/issues/9958

This commit is contained in:
Daniel 2023-12-24 21:33:34 +08:00
parent bb5134ce24
commit be4ebe776d
No known key found for this signature in database
GPG key ID: 86211BA83DF03017

View file

@ -105,7 +105,8 @@ func NewKey(id, name, icon string, keyType KeyType) *Key {
}
type Rollup struct {
KeyID string `json:"keyID"` // 汇总列 ID
RelationKeyID string `json:"relationKeyID"` // 关联列 ID
KeyID string `json:"keyID"` // 目标列 ID
}
type Relation struct {