Constraints

7 Foreign Key Constraints

Constraint Name Child Column Parent Column Delete Rule
collections_tenant_id_fkey
collections.tenant_id
tenants.id
Restrict delete
collections_user_id_fkey
collections.user_id
users.id
Restrict delete
bookmarks_user_id_fkey
bookmarks.user_id
users.id
Restrict delete
bookmarks_tenant_id_fkey
bookmarks.tenant_id
tenants.id
Restrict delete
bookmarks_collection_id_fkey
bookmarks.collection_id
collections.id
Restrict delete
settings_tenant_id_fkey
settings.tenant_id
tenants.id
Restrict delete
users_tenant_id_fkey
users.tenant_id
tenants.id
Restrict delete

Check Constraints

Table Constraint Name Constraint