follow_ups

11 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id serial 10 nextval('follow_ups_id_seq'::regclass)
member_id int4 10 null
members.id fk_rails_477dc3d944 R
contactee_id int4 10 null
members.id fk_rails_e3ac2a52aa R
title text 2147483647 null
description text 2147483647 null
contact_time timestamp 29,6 null
created_at timestamp 29,6 null
updated_at timestamp 29,6 null

Indexes

Constraint Name Type Sort Column(s)
follow_ups_pkey Primary key Asc id
index_follow_ups_on_contactee_id Performance Asc contactee_id
index_follow_ups_on_member_id Performance Asc member_id

Relationships