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