]> git.mxchange.org Git - friendica.git/blobdiff - doc/database/db_channel.md
Merge remote-tracking branch 'upstream/develop' into user-defined-channels
[friendica.git] / doc / database / db_channel.md
index 1d5bfc73e4553179090aaaec0dbc418c90dce25b..e37aa93d11adade535c47d6f0490777853943e6c 100644 (file)
@@ -12,6 +12,7 @@ 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    |                |