This commit is contained in:
xing 2023-05-30 20:04:05 +08:00
parent f2d69196bc
commit b6091c6b42

View File

@ -24,7 +24,7 @@ const (
// Relationship join table // Relationship join table
// //
// # RelationType HasOne| HasMany // RelationType HasOne| HasMany
// //
// eg: hasOne, post has a user. ForeignKey is user's id , Local is post's userId field // eg: hasOne, post has a user. ForeignKey is user's id , Local is post's userId field
// //