Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/community/pkgs/orm/gorm.md
Original file line number Diff line number Diff line change
Expand Up @@ -1254,7 +1254,7 @@ type Mom struct {

### 一对多

下面加一个学校结构体,学校与学生是一对多的关系,一个学校有多个学校,但是一个学生只能上一个学校
下面加一个学校结构体,学校与学生是一对多的关系,一个学校有多个学生,但是一个学生只能在一个学校上学

```go
type Person struct {
Expand Down