]> git.mxchange.org Git - friendica.git/blob - doc/database/db_inbox-status.md
Reversed "null"
[friendica.git] / doc / database / db_inbox-status.md
1 Table inbox-status
2 ===========
3 Status of ActivityPub inboxes
4
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 |  |    
14
15 Return to [database documentation](help/database)