Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | serial | 10 | √ | nextval('moped_user_saved_views_id_seq'::regclass) |
|
|
||||
description | text | 2147483647 | null |
|
|
Description entered by the creator of the view |
||||
url | text | 2147483647 | null |
|
|
URL string associated with the view (may break if database fields or operators are changed) |
||||
query_filters | jsonb | 2147483647 | null |
|
|
JSON blob of filters that make up the query |
||||
created_by_user_id | int4 | 10 | null |
|
|
User ID of the creator of the view |
||||
updated_by_user_id | int4 | 10 | null |
|
|
User ID of the last updater of the view |
||||
created_at | timestamptz | 35,6 | now() |
|
|
Timestamp of when the view was created |
||||
updated_at | timestamptz | 35,6 | now() |
|
|
Timestamp of the last update of the view |
||||
is_deleted | bool | 1 | false |
|
|
Boolean indicating whether the view has been soft deleted and thereby not rendered in the UI |