community_role

0 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id bigserial 19 nextval('community_role_id_seq'::regclass)
user_id int8 19 null
users.id community_role_user_id_fkeyR
community_id int8 19 null
community.id community_role_community_id_fkeyR
type varchar 50 null

Indexes

Constraint Name Type Sort Column(s)
community_role_pkey Primary key Asc id
community_role_user_id_community_id_type_key Must be unique Asc/Asc/Asc user_id + community_id + type

Relationships