X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=doc%2Fdatabase%2Fdb_conversation.md;h=32d030cb15c1881b961b483e1b67b3717eeda6b7;hb=5a929c587f69ba98a0f5d6f28cf3d209edc9bca0;hp=8b923ec041ae0309fcedc647180e11031aa8eb55;hpb=fa14096ea8dc82ee050168b5465552b52786c929;p=friendica.git diff --git a/doc/database/db_conversation.md b/doc/database/db_conversation.md index 8b923ec041..32d030cb15 100644 --- a/doc/database/db_conversation.md +++ b/doc/database/db_conversation.md @@ -1,14 +1,14 @@ Table conversation ================== -| Field | Description | Type | Null | Key | Default | Extra | -|-------------------| ------------- |---------------------|------|-----|---------------------|----------------| -| item-uri | | varbinary(255) | NO | PRI | NULL | | -| reply-to-uri | | varbinary(255) | NO | | | | -| conversation-uri | | varbinary(255) | NO | | | | -| conversation-href | | varbinary(255) | NO | | | | -| protocol | | tinyint(1) unsigned | NO | | 0 | | -| source | | mediumtext | NO | | | | -| received | | datetime | NO | | 0001-01-01 | | +| Field | Description | Type | Null | Key | Default | Extra | +|-------------------| ---------------------------------- |---------------------|------|-----|---------------------|----------------| +| item-uri | URI of the item | varbinary(255) | NO | PRI | NULL | | +| reply-to-uri | URI to which this item is a reply | varbinary(255) | NO | | | | +| conversation-uri | GNU Social conversation URI | varbinary(255) | NO | | | | +| conversation-href | GNU Social conversation link | varbinary(255) | NO | | | | +| protocol | The protocol of the item | tinyint(1) unsigned | NO | | 0 | | +| source | Original source | mediumtext | NO | | | | +| received | Receiving date | datetime | NO | | 0001-01-01 | | Return to [database documentation](help/database)