X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=doc%2Fdatabase%2Fdb_item.md;h=7981d29956805ba2d985a7313330607cf5044b11;hb=2e9d233367068fceac8005126d14a2002539c772;hp=00fa213c8999778284a15ce17b15e5c355826ef7;hpb=012107f5f775de6fe87d8c8d37e797d2316758c5;p=friendica.git diff --git a/doc/database/db_item.md b/doc/database/db_item.md index 00fa213c89..7981d29956 100644 --- a/doc/database/db_item.md +++ b/doc/database/db_item.md @@ -24,9 +24,11 @@ Table item | owner-name | Name of the owner of this item | varchar(255) | NO | | | | | owner-link | Link to the profile page of the owner of this item | varchar(255) | NO | | | | | owner-avatar | Link to the avatar picture of the owner of this item | varchar(255) | NO | | | | +| owner-id | Link to the contact table with uid=0 of the owner of this item | int(11) | NO | MUL | 0 | | | author-name | Name of the author of this item | varchar(255) | NO | | | | | author-link | Link to the profile page of the author of this item | varchar(255) | NO | | | | | author-avatar | Link to the avatar picture of the author of this item | varchar(255) | NO | | | | +| author-id | Link to the contact table with uid=0 of the author of this item | int(11) | NO | MUL | 0 | | | title | item title | varchar(255) | NO | | | | | body | item body content | mediumtext | NO | | NULL | | | app | application which generated this item | varchar(255) | NO | | | |