Constraints

5 Foreign Key Constraints

Constraint Name Child Column Parent Column Delete Rule
post_community_id_fkey
post.community_id
community.id
Restrict delete
post_role_post_id_fkey
post_role.post_id
post.id
Restrict delete
post_role_user_id_fkey
post_role.user_id
users.id
Restrict delete
community_role_community_id_fkey
community_role.community_id
community.id
Restrict delete
community_role_user_id_fkey
community_role.user_id
users.id
Restrict delete

Check Constraints

Table Constraint Name Constraint