package
Version:
v0.0.0-...-7de97a6
Opens a new window with list of versions in this module.
Published: Mar 27, 2023
License: Apache-2.0
Opens a new window with license information.
Imports: 10
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Follow struct {
gorm.Model
UserID int64 `json:"user_id" gorm:"not null;uniqueIndex:user_touser" `
ToUserID int64 `json:"to_user_id" gorm:"not null;uniqueIndex:user_touser" `
}
用户数据库表结构--自动创建(关注、被关注)
Source Files
¶
Click to show internal directories.
Click to hide internal directories.