bookmarks

-1 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id serial 10 nextval('bookmarks_id_seq'::regclass)
tenant_id int4 10 null
tenants.id bookmarks_tenant_id_fkey R
user_id int4 10 null
users.id bookmarks_user_id_fkey R
collection_id int4 10 null
collections.id bookmarks_collection_id_fkey R
title text 2147483647 null
url text 2147483647 null
description text 2147483647 null
image_url text 2147483647 null
custom_image text 2147483647 null
created_at timestamptz 35,6 now()
updated_at timestamptz 35,6 now()

Indexes

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

Relationships