2021-06-13 20:33:50 +00:00
|
|
|
Table inbox-status
|
|
|
|
===========
|
2021-06-14 06:10:11 +00:00
|
|
|
|
2021-06-13 20:33:50 +00:00
|
|
|
Status of ActivityPub inboxes
|
|
|
|
|
2021-06-14 08:53:37 +00:00
|
|
|
Fields
|
|
|
|
------
|
|
|
|
|
2021-06-14 06:10:11 +00:00
|
|
|
| Field | Description | Type | Null | Key | Default | Extra |
|
|
|
|
| -------- | ------------------------------------ | -------------- | ---- | --- | ------------------- | ----- |
|
2022-09-04 07:54:01 +00:00
|
|
|
| url | URL of the inbox | varbinary(383) | NO | PRI | NULL | |
|
2022-05-02 05:17:42 +00:00
|
|
|
| uri-id | Item-uri id of inbox url | int unsigned | YES | | NULL | |
|
2021-06-14 06:10:11 +00:00
|
|
|
| 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 | |
|
2021-06-13 20:33:50 +00:00
|
|
|
|
2021-06-14 08:53:37 +00:00
|
|
|
Indexes
|
|
|
|
------------
|
|
|
|
|
2021-06-14 12:15:10 +00:00
|
|
|
| Name | Fields |
|
|
|
|
| ------- | ------ |
|
|
|
|
| PRIMARY | url |
|
2022-05-02 05:17:42 +00:00
|
|
|
| uri-id | uri-id |
|
2021-06-14 08:53:37 +00:00
|
|
|
|
2022-05-02 05:17:42 +00:00
|
|
|
Foreign Keys
|
|
|
|
------------
|
|
|
|
|
|
|
|
| Field | Target Table | Target Field |
|
|
|
|
|-------|--------------|--------------|
|
|
|
|
| uri-id | [item-uri](help/database/db_item-uri) | id |
|
2021-06-14 08:53:37 +00:00
|
|
|
|
2021-06-13 20:33:50 +00:00
|
|
|
Return to [database documentation](help/database)
|