package models type UserRelation struct { UserId string TargetUserId string Relation RelationType `gorm:"type:relation_type"` }