X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=doc%2Fdatabase%2Fdb_inbox-status.md;h=3b82cf46a0620521f3c995ebd24c8b0b6447a124;hb=83d3ce0802d2a2e2717f580f606d1f5211f23edd;hp=93e99dc5d4977ac23d5a3fa1a7eff6a671d73ecc;hpb=84ab5d61594ed92e0e28415d6c33df267a3636c5;p=friendica.git diff --git a/doc/database/db_inbox-status.md b/doc/database/db_inbox-status.md index 93e99dc5d4..3b82cf46a0 100644 --- a/doc/database/db_inbox-status.md +++ b/doc/database/db_inbox-status.md @@ -1,15 +1,27 @@ Table inbox-status =========== + Status of ActivityPub inboxes -| Field | Description | Type | Null | Key | Default | Extra | -| ----- | ----------- | ---- | ---- | --- | ------- | ----- | -| url | URL of the inbox | varbinary(255) | YES | PRI | | | -| created | Creation date of this entry | datetime | YES | | 0001-01-01 00:00:00 | | -| success | Date of the last successful delivery | datetime | YES | | 0001-01-01 00:00:00 | | -| failure | Date of the last failed delivery | datetime | YES | | 0001-01-01 00:00:00 | | -| previous | Previous delivery date | datetime | YES | | 0001-01-01 00:00:00 | | -| archive | Is the inbox archived? | boolean | YES | | 0 | | -| shared | Is it a shared inbox? | boolean | YES | | 0 | | +Fields +------ + +| Field | Description | Type | Null | Key | Default | Extra | +| -------- | ------------------------------------ | -------------- | ---- | --- | ------------------- | ----- | +| url | URL of the inbox | varbinary(255) | NO | PRI | NULL | | +| created | Creation date of this entry | datetime | NO | | 0001-01-01 00:00:00 | | +| success | Date of the last successful delivery | datetime | NO | | 0001-01-01 00:00:00 | | +| failure | Date of the last failed delivery | datetime | NO | | 0001-01-01 00:00:00 | | +| previous | Previous delivery date | datetime | NO | | 0001-01-01 00:00:00 | | +| archive | Is the inbox archived? | boolean | NO | | 0 | | +| shared | Is it a shared inbox? | boolean | NO | | 0 | | + +Indexes +------------ + +| Name | Fields | +| ------- | ------ | +| PRIMARY | url | + Return to [database documentation](help/database)