mirror of
https://github.com/friendica/friendica
synced 2025-04-27 05:50:10 +00:00
Pad the lengths of the columns
This commit is contained in:
parent
a827f948c8
commit
4095e6c9be
72 changed files with 761 additions and 751 deletions
|
@ -4,12 +4,12 @@ Status of ActivityPub inboxes
|
|||
|
||||
| Field | Description | Type | Null | Key | Default | Extra |
|
||||
| ----- | ----------- | ---- | ---- | --- | ------- | ----- |
|
||||
| url | URL of the inbox | varbinary(255) | NO | PRI | NULL | |
|
||||
| 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 | |
|
||||
| url | URL of the inbox | varbinary(255) | NO | PRI | NULL | |
|
||||
| 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 | |
|
||||
|
||||
Return to [database documentation](help/database)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue