macro


Columns

Column Type Size Nulls Auto Default Children Parents Comments
uuid uuid 2147483647 gen_random_uuid()
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
definition text 2147483647 null
fixedparams bool 1 true
macrotype text 2147483647 null
name text 2147483647 null
parameters jsonb 2147483647 null
id_owned_by uuid 2147483647 null
user.uuid macro_id_owned_by_fkey R
id_schema uuid 2147483647 null
schema_info.uuid macro_id_schema_fkey C
source text 2147483647 null

Table contained 9 rows

Indexes

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

Relationships