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. |
|||||||||||||||||||||||||||||||||||||||||
name | text | 2147483647 | √ | null |
|
|
|||||||||||||||||||||||||||||||||||||||||
parent_id | uuid | 2147483647 | √ | null |
|
|
|||||||||||||||||||||||||||||||||||||||||
accept_load | bool | 1 | false |
|
|
||||||||||||||||||||||||||||||||||||||||||
accept_dump | bool | 1 | false |
|
|
||||||||||||||||||||||||||||||||||||||||||
accept_stop | bool | 1 | false |
|
|
||||||||||||||||||||||||||||||||||||||||||
dump_time_coef | int4 | 10 | √ | null |
|
|
|||||||||||||||||||||||||||||||||||||||||
load_time_coef | int4 | 10 | √ | null |
|
|
|||||||||||||||||||||||||||||||||||||||||
created_at | timestamptz | 35,6 | now() |
|
|
DateTime the record was created. |
|||||||||||||||||||||||||||||||||||||||||
created_by | uuid | 2147483647 | √ | null |
|
|
|||||||||||||||||||||||||||||||||||||||||
updated_at | timestamptz | 35,6 | √ | null |
|
|
|||||||||||||||||||||||||||||||||||||||||
updated_by | uuid | 2147483647 | √ | null |
|
|
|||||||||||||||||||||||||||||||||||||||||
is_system | bool | 1 | false |
|
|
||||||||||||||||||||||||||||||||||||||||||
center | geometry | 2147483647 | √ | null |
|
|
|||||||||||||||||||||||||||||||||||||||||
deleted_at | timestamptz | 35,6 | √ | null |
|
|
|||||||||||||||||||||||||||||||||||||||||
geometry_3d | geometry | 2147483647 | √ | null |
|
|
|||||||||||||||||||||||||||||||||||||||||
polygon | geometry | 2147483647 | null |
|
|
||||||||||||||||||||||||||||||||||||||||||
site_id | uuid | 2147483647 | √ | null |
|
|
|||||||||||||||||||||||||||||||||||||||||
valid_from | timestamptz | 35,6 | now() |
|
|
||||||||||||||||||||||||||||||||||||||||||
valid_to | timestamptz | 35,6 | √ | null |
|
|
|||||||||||||||||||||||||||||||||||||||||
feature_id | uuid | 2147483647 | √ | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PK_sms_zone | Primary key | Asc | id |
IX_sms_zone_center | Performance | Asc | center |
IX_sms_zone_created_at | Performance | Asc | created_at |
IX_sms_zone_feature_id | Performance | Asc | feature_id |
IX_sms_zone_id | Must be unique | Asc | id |
IX_sms_zone_is_system | Performance | Asc | is_system |
IX_sms_zone_parent_id | Performance | Asc | parent_id |
IX_sms_zone_polygon | Performance | Asc | polygon |
IX_sms_zone_site_id | Performance | Asc | site_id |
IX_sms_zone_tenant_id | Performance | Asc | tenant_id |