Table discourse.public.site_customizations 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('site_customizations_id_seq'::regclass)
name varchar 255
stylesheet text 2147483647  √  null
header text 2147483647  √  null
user_id int4 10
enabled bool 1
key varchar 255
created_at timestamp 29,6
updated_at timestamp 29,6
stylesheet_baked text 2147483647 ''::text
mobile_stylesheet text 2147483647  √  null
mobile_header text 2147483647  √  null
mobile_stylesheet_baked text 2147483647  √  null
footer text 2147483647  √  null
mobile_footer text 2147483647  √  null
head_tag text 2147483647  √  null
body_tag text 2147483647  √  null
top text 2147483647  √  null
mobile_top text 2147483647  √  null

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

Indexes:
Column(s) Type Sort Constraint Name
id Primary key Asc site_customizations_pkey
key Performance Asc index_site_customizations_on_key