WebsiteTopics

385 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id serial 10 nextval('v1."WebsiteTopics_id_seq"'::regclass)
Offer.website_topic_id Offer_website_topic_id_fkeyR
Website.website_topic_id Website_website_topic_id_fkeyR
WebsitesToTopics.topic_id WebsitesToTopics_topic_id_fkeyN
topic_name text 2147483647 null
is_parent bool 1 false
parent_id int4 10 null

Indexes

Constraint Name Type Sort Column(s)
WebsiteTopics_pkey Primary key Asc id

Relationships