userFollow

package
v0.0.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 15, 2025 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Entity

type Entity struct {
	Id           uint64    `gorm:"primaryKey;column:id;autoIncrement;not null;" json:"id"`                   //
	UserId       uint64    `gorm:"column:user_id;type:bigint unsigned;not null;" json:"userId"`              //
	FollowUserId uint64    `gorm:"column:follow_user_id;type:bigint unsigned;not null;" json:"followUserId"` //
	CreatedAt    time.Time `gorm:"column:created_at;index;autoCreateTime;" json:"createdAt"`                 //
	UpdatedAt    time.Time `gorm:"column:updated_at;autoUpdateTime;" json:"updatedAt"`
}

func (*Entity) TableName

func (itself *Entity) TableName() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL