X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=doc%2Fdatabase%2Fdb_channel.md;h=8d307eee89a6e492e0448ed1b7a1d8a48623b53a;hb=4fb8a4c6a8bda9cbac06da2e456a6412bde9e313;hp=1d5bfc73e4553179090aaaec0dbc418c90dce25b;hpb=d68572ea44ccf76bdff8e951df94074702d8cac4;p=friendica.git diff --git a/doc/database/db_channel.md b/doc/database/db_channel.md index 1d5bfc73e4..8d307eee89 100644 --- a/doc/database/db_channel.md +++ b/doc/database/db_channel.md @@ -12,11 +12,13 @@ Fields | uid | User id | mediumint unsigned | NO | | NULL | | | label | Channel label | varchar(64) | NO | | NULL | | | description | Channel description | varchar(64) | YES | | NULL | | +| circle | Circle or channel that this channel is based on | int | YES | | NULL | | | access-key | Access key | varchar(1) | YES | | NULL | | -| include-tags | Comma separated list of tags that will be included in the channel | varchar(255) | YES | | NULL | | -| exclude-tags | Comma separated list of tags that aren't allowed in the channel | varchar(255) | YES | | NULL | | -| full-text-search | Full text search pattern, see https://mariadb.com/kb/en/full-text-index-overview/#in-boolean-mode | varchar(255) | YES | | NULL | | +| include-tags | Comma separated list of tags that will be included in the channel | varchar(1023) | YES | | NULL | | +| exclude-tags | Comma separated list of tags that aren't allowed in the channel | varchar(1023) | YES | | NULL | | +| full-text-search | Full text search pattern, see https://mariadb.com/kb/en/full-text-index-overview/#in-boolean-mode | varchar(1023) | YES | | NULL | | | media-type | Filtered media types | smallint unsigned | YES | | NULL | | +| languages | Desired languages | mediumtext | YES | | NULL | | Indexes ------------