config.ts_config_list

Full Text Configs

A list of full text configs with names and descriptions.

Columns

Column Type Nullable Default Notes

id PK

text

No

name

text

No

Primary Key

(id)

Indexes

Index Method Definition

ts_config_list_pkey PK

btree

CREATE UNIQUE INDEX ts_config_list_pkey ON config.ts_config_list USING btree (id)

Referenced By

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

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

config.metabib_class_ts_map

ts_config

id

metabib_class_ts_map_ts_config_fkey

config.metabib_field_ts_map

ts_config

id

metabib_field_ts_map_ts_config_fkey