This commit is contained in:
xing 2023-05-22 22:06:22 +08:00
parent 2d90b05cf8
commit 9580678b55

View File

@ -23,7 +23,7 @@ const (
// 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
//