config.kpac_content_types

Columns

Column Type Nullable Default Notes

id PK

integer

No

nextval('config.kpac_content_types_id_seq'::regclass)

name

text

No

Primary Key

(id)

Indexes

Index Method Definition

kpac_content_types_pkey PK

btree

CREATE UNIQUE INDEX kpac_content_types_pkey ON config.kpac_content_types USING btree (id)

Referenced By

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

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

config.kpac_topics

content_type

id

kpac_topics_content_type_fkey