elements

17 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id uuid 2147483647 gen_random_uuid()
attributes.element_id FK_attributes_elements_element_id C
domains_elements.element_id FK_domains_elements_elements_element_id C
elements.parent_id FK_elements_elements_parent_id C
features.element_id FK_features_elements_element_id C
layers.element_id FK_layers_elements_element_id N

Unique identifier.

tenant_id uuid 2147483647 null
tenants.id FK_elements_tenants_tenant_id C

Tenant identifier.

schema_id uuid 2147483647 null
schemas.id FK_elements_schemas_schema_id C
name varchar 256 null
display_name varchar 256 null
class_id varchar 256 null
parent_id uuid 2147483647 null
elements.id FK_elements_elements_parent_id C
index int4 10 null
geometry_type int4 10 0
created_at timestamptz 35,6 now()

DateTime the record was created.

created_by uuid 2147483647 null

User who create the record. Null if System.

updated_at timestamptz 35,6 null

DateTime the record was last updated.

updated_by uuid 2147483647 null

User who last updated the record.

is_system bool 1 false

A system-generated record. Default = false

description text 2147483647 null

Indexes

Constraint Name Type Sort Column(s)
PK_elements Primary key Asc id
IX_elements_created_at Performance Asc created_at
IX_elements_geometry_type Performance Asc geometry_type
IX_elements_id Must be unique Asc id
IX_elements_is_system Performance Asc is_system
IX_elements_name Performance Asc name
IX_elements_parent_id Performance Asc parent_id
IX_elements_schema_id Performance Asc schema_id
IX_elements_tenant_id Performance Asc tenant_id

Relationships