Table discourse.public.category_featured_users 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
id serial 10  √  nextval('category_featured_users_id_seq'::regclass)
category_id int4 10  √  null
user_id int4 10  √  null
created_at timestamp 29,6
updated_at timestamp 29,6

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

Indexes:
Column(s) Type Sort Constraint Name Anomalies
id Primary key Asc category_featured_users_pkey  
category_id + user_id Must be unique Asc/Asc index_category_featured_users_on_category_id_and_user_id These unique columns are also nullable