X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=doc%2Fdatabase%2Fdb_conv.md;h=69815fae7db6e11408b9b464f21406975700f539;hb=2f3f41ed9cdb4229d78bdf2f91b0617403a8dd62;hp=c1d50b5de587feeca1a4db8f4969d8b85e05c268;hpb=bc58cb9b94e2553fa02a874b6c52ebe50e487833;p=friendica.git diff --git a/doc/database/db_conv.md b/doc/database/db_conv.md index c1d50b5de5..69815fae7d 100644 --- a/doc/database/db_conv.md +++ b/doc/database/db_conv.md @@ -9,7 +9,7 @@ Fields | Field | Description | Type | Null | Key | Default | Extra | | ------- | ----------------------------------------- | ------------------ | ---- | --- | ------------------- | -------------- | | id | sequential ID | int unsigned | NO | PRI | NULL | auto_increment | -| guid | A unique identifier for this conversation | varchar(255) | NO | | | | +| guid | A unique identifier for this conversation | varbinary(255) | NO | | | | | recips | sender_handle;recipient_handle | text | YES | | NULL | | | uid | Owner User id | mediumint unsigned | NO | | 0 | | | creator | handle of creator | varchar(255) | NO | | | |