Table discourse.public.groups 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('groups_id_seq'::regclass)
name varchar 255
created_at timestamp 29,6
updated_at timestamp 29,6
automatic bool 1 false
user_count int4 10 0
alias_level int4 10  √  0
visible bool 1 true
automatic_membership_email_domains text 2147483647  √  null
automatic_membership_retroactive bool 1  √  false

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

Indexes:
Column(s) Type Sort Constraint Name
id Primary key Asc groups_pkey
name Must be unique Asc index_groups_on_name