connection


Columns

Column Type Size Nulls Auto Default Children Parents Comments
uuid uuid 2147483647 gen_random_uuid()
managed_table.extconn_uuid managed_table_extconn_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
certified bool 1 false
name text 2147483647 null
dbtype text 2147483647 null
driver text 2147483647 null
url text 2147483647 null
username text 2147483647 null
password text 2147483647 null
id_owned_by uuid 2147483647 null
user.uuid connection_id_owned_by_fkey R
id_database uuid 2147483647 null
database_info.uuid connection_id_database_fkey C
source text 2147483647 null

Table contained 1 rows

Indexes

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

Relationships