actor.search_query

Columns

Column Type Nullable Default Notes

id PK

integer

No

nextval('actor.search_query_id_seq'::regclass)

label

text

No

query_text

text

No

Primary Key

(id)

Indexes

Index Method Definition

search_query_pkey PK

btree

CREATE UNIQUE INDEX search_query_pkey ON actor.search_query USING btree (id)

Referenced By

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

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

actor.search_filter_group_entry

query

id

search_filter_group_entry_query_fkey