organisation_memberships

1094 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id serial 10 nextval('organisation_memberships_id_seq'::regclass)
member_id int4 10 null
members.id fk_autog808c2ef218 R
organisation_id int4 10 null
organisations.id fk_autog808c2ef219 R
notes text 2147483647 null
created_at timestamp 29,6 null
updated_at timestamp 29,6 null

Indexes

Constraint Name Type Sort Column(s)
organisation_memberships_pkey Primary key Asc id
index_organisation_memberships_on_member_id_and_organisation_id Must be unique Asc/Asc member_id + organisation_id

Relationships