-
Declaration
Swift
static let schema: String
-
The pivot’s ID.
Declaration
Swift
@ID var id: UUID?
-
The number of Twarrts that this user has viewed
Declaration
Swift
@Field var twarrtCount: Int
-
The number of ForumPosts containing this alertword that this user has viewed
Declaration
Swift
@Field var postCount: Int
-
Used by Fluent
Declaration
Swift
init()
-
Initializes a new AlertWord object.
Declaration
Swift
init(alertword: AlertWord, userID: UUID) throws
Parameters
word
the word to alert on..