We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dafa3a7 commit 7d6bfc3Copy full SHA for 7d6bfc3
public/common/database.go
@@ -90,5 +90,6 @@ func dbAutoMigrate() {
90
&model.Menu{},
91
&model.Api{},
92
&model.OperationLog{},
93
+ &model.FieldRelation{},
94
)
95
}
0 commit comments