X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=doc%2Fdatabase%2Fdb_inbox-status.md;h=abcb33da4d3a28e683b65b660e152a25bc866007;hb=8f283985f042fa171fc256f4dda6c2bd4e79fe3c;hp=79df149a59c984503edcf84de49830542ea7c228;hpb=37405567c1a71a805b722ae56604be7ee89251ab;p=friendica.git diff --git a/doc/database/db_inbox-status.md b/doc/database/db_inbox-status.md index 79df149a59..abcb33da4d 100644 --- a/doc/database/db_inbox-status.md +++ b/doc/database/db_inbox-status.md @@ -8,7 +8,7 @@ Fields | Field | Description | Type | Null | Key | Default | Extra | | -------- | ------------------------------------ | -------------- | ---- | --- | ------------------- | ----- | -| url | URL of the inbox | varbinary(255) | NO | PRI | NULL | | +| url | URL of the inbox | varbinary(383) | NO | PRI | NULL | | | uri-id | Item-uri id of inbox url | int unsigned | YES | | 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 | |