3 Status of ActivityPub inboxes
5 | Field | Description | Type | Null | Key | Default | Extra |
6 | -------- | ------------------------------------ | -------------- | ---- | --- | ------------------- | ----- |
7 | url | URL of the inbox | varbinary(255) | NO | PRI | NULL | |
8 | created | Creation date of this entry | datetime | NO | | 0001-01-01 00:00:00 | |
9 | success | Date of the last successful delivery | datetime | NO | | 0001-01-01 00:00:00 | |
10 | failure | Date of the last failed delivery | datetime | NO | | 0001-01-01 00:00:00 | |
11 | previous | Previous delivery date | datetime | NO | | 0001-01-01 00:00:00 | |
12 | archive | Is the inbox archived? | boolean | NO | | 0 | |
13 | shared | Is it a shared inbox? | boolean | NO | | 0 | |
15 Return to [database documentation](help/database)