9 | Field | Description | Type | Null | Key | Default | Extra |
10 | ---------------- | ------------------------------------------------------------------------------------------------- | ------------------ | ---- | --- | ------- | -------------- |
11 | id | | int unsigned | NO | PRI | NULL | auto_increment |
12 | uid | User id | mediumint unsigned | NO | | NULL | |
13 | label | Channel label | varchar(64) | NO | | NULL | |
14 | description | Channel description | varchar(64) | YES | | NULL | |
15 | circle | Circle or channel that this channel is based on | int | YES | | NULL | |
16 | access-key | Access key | varchar(1) | YES | | NULL | |
17 | include-tags | Comma separated list of tags that will be included in the channel | varchar(1023) | YES | | NULL | |
18 | exclude-tags | Comma separated list of tags that aren't allowed in the channel | varchar(1023) | YES | | NULL | |
19 | full-text-search | Full text search pattern, see https://mariadb.com/kb/en/full-text-index-overview/#in-boolean-mode | varchar(1023) | YES | | NULL | |
20 | media-type | Filtered media types | smallint unsigned | YES | | NULL | |
33 | Field | Target Table | Target Field |
34 |-------|--------------|--------------|
35 | uid | [user](help/database/db_user) | uid |
37 Return to [database documentation](help/database)