dashboard


Columns

Column Type Size Nulls Auto Default Children Parents Comments
uuid uuid 2147483647 gen_random_uuid()
widget.dashboard_uuid widget_dashboard_uuid_fkey C
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
gridcolumns int4 10 12
name text 2147483647 null
id_owned_by uuid 2147483647 null
user.uuid dashboard_id_owned_by_fkey R
id_database uuid 2147483647 null
database_info.uuid dashboard_id_database_fkey C
source text 2147483647 null

Table contained 88 rows

Indexes

Constraint Name Type Sort Column(s)
dashboard_pkey Primary key Asc uuid
uk_md_dashboard Must be unique Asc id_database

Relationships