Table discourse.public.category_featured_topics Generated by
SchemaSpy
Legend: SourceForge.net
Primary key columns
Columns with indexes
Implied relationships
Excluded column relationships
< n > number of related tables
 
Column Type Size Nulls Auto Default Children Parents Comments
category_id int4 10
topic_id int4 10
created_at timestamp 29,6
updated_at timestamp 29,6
rank int4 10 0
id serial 10  √  nextval('category_featured_topics_id_seq'::regclass)

Table contained 7 rows at Fri Mar 27 12:26 PDT 2015

Indexes:
Column(s) Type Sort Constraint Name
id Primary key Asc category_featured_topics_pkey
category_id + topic_id Must be unique Asc/Asc cat_featured_threads
category_id + rank Performance Asc/Asc index_category_featured_topics_on_category_id_and_rank