post_role

0 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id bigserial 19 nextval('post_role_id_seq'::regclass)
user_id int8 19 null
users.id post_role_user_id_fkeyR
post_id int8 19 null
post.id post_role_post_id_fkeyR
type varchar 50 null

Indexes

Constraint Name Type Sort Column(s)
post_role_pkey Primary key Asc id
post_role_user_id_post_id_type_key Must be unique Asc/Asc/Asc user_id + post_id + type

Relationships