Table discourse.public.permalinks 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('permalinks_id_seq'::regclass)
url varchar 1000
topic_id int4 10  √  null
post_id int4 10  √  null
category_id int4 10  √  null
created_at timestamp 29,6  √  null
updated_at timestamp 29,6  √  null
external_url varchar 1000  √  null

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

Indexes:
Column(s) Type Sort Constraint Name
id Primary key Asc permalinks_pkey
url Must be unique Asc index_permalinks_on_url