Table discourse.public.user_fields 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('user_fields_id_seq'::regclass)
name varchar 255
field_type varchar 255
created_at timestamp 29,6  √  null
updated_at timestamp 29,6  √  null
editable bool 1 false
description varchar 255
required bool 1 true
show_on_profile bool 1 false

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

Indexes:
Column(s) Type Sort Constraint Name
id Primary key Asc user_fields_pkey