mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-23 18:10:12 +01:00
🎨 基于内容块属性动态建立对应数据库表结构 https://github.com/siyuan-note/siyuan/issues/7521
This commit is contained in:
parent
aa664856cc
commit
7dcef7b84b
4 changed files with 30 additions and 6 deletions
|
|
@ -20,8 +20,3 @@ type ColumnRelation struct {
|
|||
*BaseColumn
|
||||
AttributeViewID string `json:"attributeViewId"` // 关联的属性视图 ID
|
||||
}
|
||||
|
||||
type AttributeViewColumnRollup struct {
|
||||
*BaseColumn
|
||||
RelationID string `json:"relationId"` // 目标关联列 ID
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue