Table discourse.public.post_revisions 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('post_revisions_id_seq'::regclass)
user_id int4 10  √  null
post_id int4 10  √  null
modifications text 2147483647  √  null
number int4 10  √  null
created_at timestamp 29,6
updated_at timestamp 29,6
hidden bool 1 false

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

Indexes:
Column(s) Type Sort Constraint Name
id Primary key Asc post_revisions_pkey
post_id Performance Asc index_post_revisions_on_post_id
post_id + number Performance Asc/Asc index_post_revisions_on_post_id_and_number