Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
id | uuid | 2147483647 | gen_random_uuid() |
|
|
Unique identifier. |
|||||
feature_id | uuid | 2147483647 | null |
|
|
||||||
tenant_id | uuid | 2147483647 | null |
|
|
Tenant identifier. |
|||||
geometry | geometry | 2147483647 | √ | null |
|
|
|||||
properties | jsonb | 2147483647 | √ | null |
|
|
|||||
valid_from | timestamptz | 35,6 | null |
|
|
||||||
valid_to | timestamptz | 35,6 | null |
|
|
||||||
created_at | timestamptz | 35,6 | now() |
|
|
DateTime the record was created. |
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PK_features_versions | Primary key | Asc | id |
IX_features_versions_created_at | Performance | Asc | created_at |
IX_features_versions_feature_id | Performance | Asc | feature_id |
IX_features_versions_geometry | Performance | Asc | geometry |
IX_features_versions_id | Must be unique | Asc | id |
IX_features_versions_properties | Performance | Asc | properties |
IX_features_versions_tenant_id | Performance | Asc | tenant_id |
IX_features_versions_valid_from | Performance | Asc | valid_from |
IX_features_versions_valid_to | Performance | Asc | valid_to |