Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('bookmarks_id_seq'::regclass) |
|
|
|||||
| tenant_id | int4 | 10 | null |
|
|
||||||
| user_id | int4 | 10 | null |
|
|
||||||
| collection_id | int4 | 10 | √ | null |
|
|
|||||
| 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 |

