Table discourse.public.message_bus 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('message_bus_id_seq'::regclass)
name varchar 255  √  null
context varchar 255  √  null
data text 2147483647  √  null
created_at timestamp 29,6

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

Indexes:
Column(s) Type Sort Constraint Name
id Primary key Asc message_bus_pkey
created_at Performance Asc index_message_bus_on_created_at