config.filter_dialog_interface

Columns

Column Type Nullable Default Notes

key PK

text

No

description

text

Yes

Primary Key

(key)

Indexes

Index Method Definition

filter_dialog_interface_pkey PK

btree

CREATE UNIQUE INDEX filter_dialog_interface_pkey ON config.filter_dialog_interface USING btree (key)

Referenced By

The following tables have foreign keys pointing to config.filter_dialog_interface (1 referencing table(s)):

Table Referencing Column(s) Referenced Column(s) Constraint

config.filter_dialog_filter_set

interface

key

filter_dialog_filter_set_interface_fkey