Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| id | uuid | 2147483647 | gen_random_uuid() | 
 |  | Unique identifier. | |||||||||||||||||||||||||||||||||||||||||||||||
| tenant_id | uuid | 2147483647 | null |  | 
 | Tenant identifier. | |||||||||||||||||||||||||||||||||||||||||||||||
| parent_id | uuid | 2147483647 | √ | null |  | 
 | |||||||||||||||||||||||||||||||||||||||||||||||
| element_id | uuid | 2147483647 | null |  | 
 | ||||||||||||||||||||||||||||||||||||||||||||||||
| geometry | geometry | 2147483647 | √ | null |  |  | |||||||||||||||||||||||||||||||||||||||||||||||
| properties | jsonb | 2147483647 | √ | null |  |  | |||||||||||||||||||||||||||||||||||||||||||||||
| valid_from | timestamptz | 35,6 | now() |  |  | ||||||||||||||||||||||||||||||||||||||||||||||||
| valid_to | timestamptz | 35,6 | √ | null |  |  | |||||||||||||||||||||||||||||||||||||||||||||||
| deleted_at | timestamptz | 35,6 | √ | null |  |  | |||||||||||||||||||||||||||||||||||||||||||||||
| deleted_by | uuid | 2147483647 | √ | null |  |  | |||||||||||||||||||||||||||||||||||||||||||||||
| 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 | 
Indexes
| Constraint Name | Type | Sort | Column(s) | 
|---|---|---|---|
| PK_features | Primary key | Asc | id | 
| IX_features_created_at | Performance | Asc | created_at | 
| IX_features_element_id | Performance | Asc | element_id | 
| IX_features_geometry | Performance | Asc | geometry | 
| IX_features_id | Must be unique | Asc | id | 
| IX_features_is_system | Performance | Asc | is_system | 
| IX_features_parent_id | Performance | Asc | parent_id | 
| IX_features_properties | Performance | Asc | properties | 
| IX_features_tenant_id | Performance | Asc | tenant_id | 
| IX_features_valid_from | Performance | Asc | valid_from | 
| IX_features_valid_to | Performance | Asc | valid_to |