4 Status of ActivityPub inboxes
9 | Field | Description | Type | Null | Key | Default | Extra |
10 | -------- | ------------------------------------ | -------------- | ---- | --- | ------------------- | ----- |
11 | url | URL of the inbox | varbinary(383) | NO | PRI | NULL | |
12 | uri-id | Item-uri id of inbox url | int unsigned | YES | | NULL | |
13 | created | Creation date of this entry | datetime | NO | | 0001-01-01 00:00:00 | |
14 | success | Date of the last successful delivery | datetime | NO | | 0001-01-01 00:00:00 | |
15 | failure | Date of the last failed delivery | datetime | NO | | 0001-01-01 00:00:00 | |
16 | previous | Previous delivery date | datetime | NO | | 0001-01-01 00:00:00 | |
17 | archive | Is the inbox archived? | boolean | NO | | 0 | |
18 | shared | Is it a shared inbox? | boolean | NO | | 0 | |
31 | Field | Target Table | Target Field |
32 |-------|--------------|--------------|
33 | uri-id | [item-uri](help/database/db_item-uri) | id |
35 Return to [database documentation](help/database)