2017-10-02 03:07:09 -04:00
|
|
|
User
|
2017-10-02 23:52:23 -04:00
|
|
|
username Text maxlen=190
|
2017-10-05 19:38:10 -04:00
|
|
|
password Text maxlen=79
|
2017-10-02 23:52:23 -04:00
|
|
|
fullName Text maxlen=500
|
|
|
|
email Text maxlen=190
|
2017-10-09 08:34:56 -04:00
|
|
|
avatar Text maxlen=190
|
2017-10-03 06:04:52 -04:00
|
|
|
note Text sqltype=mediumtext
|
2017-10-05 19:38:10 -04:00
|
|
|
UniqueUser username
|
2017-10-02 23:52:23 -04:00
|
|
|
UniqueEmail email
|
2017-10-02 03:07:09 -04:00
|
|
|
deriving Typeable
|
2017-10-02 23:52:23 -04:00
|
|
|
|
2017-10-03 18:09:39 -04:00
|
|
|
PgpKey
|
|
|
|
userId UserId
|
|
|
|
fingerprint Text maxlen=40
|
|
|
|
UniqueFingerprint fingerprint
|
|
|
|
|
2017-10-02 21:53:13 -04:00
|
|
|
Site
|
2017-10-10 07:41:49 -04:00
|
|
|
name Text sqltype=varchar(255)
|
2017-10-02 21:53:13 -04:00
|
|
|
icon Text sqltype=varchar(255)
|
2017-10-10 00:16:50 -04:00
|
|
|
template Text sqltype=varchar(255)
|
2017-10-02 23:52:23 -04:00
|
|
|
|
2017-10-02 21:53:13 -04:00
|
|
|
Profile
|
|
|
|
userId UserId
|
|
|
|
siteId SiteId
|
|
|
|
username Text sqltype=varchar(255)
|
2017-10-10 00:23:30 -04:00
|
|
|
displayName Text Maybe sqltype=varchar(255)
|
2017-10-08 01:51:48 -04:00
|
|
|
|
|
|
|
Entry
|
2017-10-08 17:51:42 -04:00
|
|
|
slug Slug
|
2017-10-08 01:51:48 -04:00
|
|
|
kind EntryKind
|
|
|
|
name Text maxlen=255
|
|
|
|
content Text sqltype=longtext
|
|
|
|
published UTCTime
|
|
|
|
updated UTCTime
|
|
|
|
authorId UserId
|
2017-10-10 04:45:31 -04:00
|
|
|
|
|
|
|
Syndication
|
|
|
|
entryId EntryId
|
|
|
|
profileId ProfileId
|
|
|
|
url Text sqltype=varchar(255)
|