Table gym_trainer_development.active_admin_comments 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('active_admin_comments_id_seq'::regclass)
namespace varchar 2147483647  √  null
body text 2147483647  √  null
resource_id varchar 2147483647
resource_type varchar 2147483647
author_type varchar 2147483647  √  null
author_id int4 10  √  null
created_at timestamp 29,6  √  null
updated_at timestamp 29,6  √  null

Table contained 0 rows at Tue Feb 07 18:38 CET 2017

Indexes:
Column(s) Type Sort Constraint Name
id Primary key Asc active_admin_comments_pkey
author_type + author_id Performance Asc/Asc index_active_admin_comments_on_author_type_and_author_id
namespace Performance Asc index_active_admin_comments_on_namespace
resource_type + resource_id Performance Asc/Asc index_active_admin_comments_on_resource_type_and_resource_id