This commit is contained in:
parent
8d4ba2ecae
commit
67b507f4bd
25 changed files with 74 additions and 27 deletions
|
@ -6,6 +6,9 @@ import (
|
|||
"gorm.io/gorm"
|
||||
)
|
||||
|
||||
// A user describes an account for creating content.
|
||||
// This may be controlled by either a human or some external script
|
||||
//
|
||||
// Data stored in external types:
|
||||
// - Custom info fields
|
||||
// - Being types
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue