collections

-1 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id serial 10 nextval('collections_id_seq'::regclass)
bookmarks.collection_id bookmarks_collection_id_fkey R
tenant_id int4 10 null
tenants.id collections_tenant_id_fkey R
user_id int4 10 null
users.id collections_user_id_fkey R
name text 2147483647 null
icon text 2147483647 'folder'::text
description text 2147483647 null

Indexes

Constraint Name Type Sort Column(s)
collections_pkey Primary key Asc id

Relationships