X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=doc%2Fdatabase%2Fdb_conv.md;h=69815fae7db6e11408b9b464f21406975700f539;hb=59c436b442112344c3e2fa01b1b7e824df6c1e06;hp=c1d50b5de587feeca1a4db8f4969d8b85e05c268;hpb=5211c12b0c752f186c1358d9347c24838725120a;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 | | | |