member_stages

4 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id serial 10 nextval('member_stages_id_seq'::regclass)
name text 2147483647 null
stage_id int4 10 null
stages.id fk_autog808c2ef210 R
member_id int4 10 null
members.id fk_autog808c2ef29 R
user_id int4 10 null
progressed bool 1 null
dropped bool 1 null
created_at timestamp 29,6 null
updated_at timestamp 29,6 null
editing_locked bool 1 null
notes json 2147483647 null
deleted_at timestamp 29,6 null

Indexes

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

Relationships