Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
id | serial | 10 | √ | nextval('private_ci2027_001.plot_location_id_seq'::regclass) |
|
|
Primary Key |
||||||||||
plot_id | int4 | 10 | null |
|
|
||||||||||||
parent_table | "private_ci2027_001"."enum_plot_location_parent_table" | 2147483647 | null |
|
|
||||||||||||
created_at | timestamp | 29,6 | CURRENT_TIMESTAMP |
|
|
||||||||||||
modified_at | timestamp | 29,6 | √ | null |
|
|
|||||||||||
modified_by | regrole | 2147483647 | √ | (CURRENT_USER)::regrole |
|
|
|||||||||||
azimuth | "private_ci2027_001"."ck_gon" | 5 | null |
|
|
Azimuth (Gon) |
|||||||||||
distance | int2 | 5 | 500 |
|
|
Distance (cm) |
|||||||||||
radius | int2 | 5 | 100 |
|
|
Radius (cm) |
|||||||||||
geometry | geometry | 2147483647 | √ | null |
|
|
Geometry (Polygon) |
||||||||||
no_entities | bool | 1 | √ | false |
|
|
Sub Plot is marked as “has no entities”. |
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
plot_location_pkey | Primary key | Asc | id |
plot_location_plot_id_parent_table_key | Must be unique | Asc/Asc | plot_id + parent_table |