saved_query


Columns

Column Type Size Nulls Auto Default Children Parents Comments
uuid uuid 2147483647 gen_random_uuid()
widget.queryid widget_queryid_fkey R
comment text 2147483647 null
created_on timestamptz 35,6 now()
props jsonb 2147483647 null
tags jsonb 2147483647 null
updated_on timestamptz 35,6 now()
version int8 19 1
certified bool 1 false
name text 2147483647 null
operations jsonb 2147483647 null
query text 2147483647 null
id_owned_by uuid 2147483647 null
user.uuid saved_query_id_owned_by_fkey R
id_schema uuid 2147483647 null
schema_info.uuid saved_query_id_schema_fkey C
source text 2147483647 null

Table contained 310 rows

Indexes

Constraint Name Type Sort Column(s)
saved_query_pkey Primary key Asc uuid
uk_md_saved_query Must be unique Asc id_schema

Relationships