| PKID | integer | plain | | | Feed server ID |
| owneruser | integer | plain | | users.ID | Owner user ID (PUBLIC if `owneruser`=`null` and `ownergroup`=`null`) |
| ownergroup | integer | plain | | groups.ID | Owner group ID (PUBLIC if `owneruser`=`null` and `ownergroup`=`null`) |
| creator | integer | plain | | users.ID | Creator user ID (defaults to authenticated user on creation) |
| creationdate | bigint | plain | | | Default: date_part('epoch', now())Creation date and time as a Unix timestamp (defaults to current date and time on creation) |
| lastmodified | bigint | plain | | | Default: date_part('epoch', now())Last modification date and time as a Unix timestamp (auto-reset on modification) |
| recipientuser | integer | plain | | users.ID | Recipient user ID (PUBLIC if `recipientuser`=`null` and `recipientgroup`=`null`) |
| recipientgroup | integer | plain | | groups.ID | Recipient group ID (PUBLIC if `recipientuser`=`null` and `recipientgroup`=`null`) |
| channel | integer | plain | | channels.ID | Channel ID |
| activity | smallint | plain | | | Default: 0Activity (`0`=ACTIVE, `1`=DEACTIVATED, `2`=DELETED) |
| name | text | main | | | Name |
| url | text | main | | | Feed URL |
| username | text | extended | | | Default: ''Username |
| notify | smallint | plain | | | Default: 0Notify about new records |
| etag | text | extended | | | Default: ''Entity tag (ETag) (RFC 7232) |
| description | text | extended | | | Default: ''Detailed general description |
| password | bytea | extended | | | No description provided. |