We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4838343 commit 3b1e2aeCopy full SHA for 3b1e2ae
1 file changed
internal/schema/struct.go
@@ -56,7 +56,7 @@ func (a *S) Format() *S {
56
Name: "ParentID",
57
Type: "string",
58
GormTag: "size:20;index;",
59
- Comment: fmt.Sprintf("Parent ID (From %s.ID)", a.Name),
+ Comment: "Parent ID",
60
Query: &FieldQuery{},
61
Form: &FieldForm{},
62
})
@@ -75,7 +75,7 @@ func (a *S) Format() *S {
75
Name: "Children",
76
Type: fmt.Sprintf("*%s", utils.ToPlural(a.Name)),
77
GormTag: "-",
78
- Comment: "Child nodes",
+ Comment: "Children nodes",
79
80
}
81
0 commit comments