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 | varchar | 256 | √ | null |
|
|
|||||
layer_id | uuid | 2147483647 | null |
|
|
||||||
min_scale | int4 | 10 | √ | null |
|
|
|||||
max_scale | int4 | 10 | √ | null |
|
|
|||||
index | int4 | 10 | √ | null |
|
|
|||||
description | text | 2147483647 | √ | null |
|
|
|||||
created_at | timestamptz | 35,6 | now() |
|
|
DateTime the record was created. |
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PK_layers_styles | Primary key | Asc | id |
IX_layers_styles_created_at | Performance | Asc | created_at |
IX_layers_styles_id | Must be unique | Asc | id |
IX_layers_styles_layer_id | Performance | Asc | layer_id |
IX_layers_styles_name | Performance | Asc | name |
IX_layers_styles_tenant_id | Performance | Asc | tenant_id |