Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions docs/database/query-database.md
Original file line number Diff line number Diff line change
Expand Up @@ -200,8 +200,11 @@ Label | Type | Allowed to be empty | Content

Valid `type` IDs are currently

- `ADDINFO_CNAME_DOMAIN = 1` - `content` is a string (the related CNAME)
- `ADDINFO_DOMAIN_ID = 2` - `content` is an integer (ID pointing to a domain in the [`domainlist` table](domain-database/index.md#domain-tables-domainlist))
- `ADDINFO_CNAME_DOMAIN = 1`; `content` is a string (the related CNAME)
- `ADDINFO_LIST_ID = 2`; `content` is an integer (ID pointing to a domain in the [`domainlist` table](domain-database/index.md#domain-tables-domainlist) or an adlist in the [`adlist` table](domain-database/index.md#list-table-adlist))
- `>= 0` domainlist ID
- `-1` not set
- `-2` adlist ID `0`, `-3` adlist ID `1`, `-4` adlist ID `2`,...

### Example for interaction with the long-term query database

Expand Down
Loading