call_sessions

0 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id serial 10 nextval('call_sessions_id_seq'::regclass)
member_id int4 10 null
caller_id int4 10 null
stage_id int4 10 null
twilio_call_sid text 2147483647 null
to text 2147483647 null
from text 2147483647 null
duration int4 10 null
completed bool 1 null
created_at timestamp 29,6 null
updated_at timestamp 29,6 null

Indexes

Constraint Name Type Sort Column(s)
call_sessions_pkey Primary key Asc id

Relationships