mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-27 21:13:32 -06:00
comments
This commit is contained in:
parent
b3d5587415
commit
ea97afd86f
3 changed files with 14 additions and 5 deletions
|
|
@ -20,6 +20,7 @@ package model
|
|||
|
||||
import "time"
|
||||
|
||||
// Follow represents one account following another, and the metadata around that follow.
|
||||
type Follow struct {
|
||||
// id of this follow in the database
|
||||
ID string `pg:"type:uuid,default:gen_random_uuid(),pk,notnull,unique"`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue