mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-25 02:50:13 +01:00
🎨 Add Rollup column to database table view https://github.com/siyuan-note/siyuan/issues/9958
This commit is contained in:
parent
bb5134ce24
commit
be4ebe776d
1 changed files with 2 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue