Liang Ding 2023-03-15 20:15:56 +08:00
parent ba7927344c
commit 96cd0fd3d1
No known key found for this signature in database
GPG key ID: 136F30F901A2231D
3 changed files with 12 additions and 6 deletions

View file

@ -54,7 +54,7 @@ func NewAttributeView(id string) *AttributeView {
return &AttributeView{
Spec: 0,
ID: id,
Columns: []*Column{&Column{ID: ast.NewNodeID(), Name: "Block", Type: ColumnTypeBlock}},
Columns: []*Column{{ID: ast.NewNodeID(), Name: "Block", Type: ColumnTypeBlock}},
Rows: []*Row{},
Type: AttributeViewTypeTable,
Projections: []string{},