-
Notifications
You must be signed in to change notification settings - Fork 11
exploitation
ArnauUrgeles edited this page Dec 4, 2024
·
2 revisions
Contains the elements related to exploitation.
Column name | Data type | Description | Example |
---|---|---|---|
expl_id | integer | Id | 1 |
name | character varying(50) | Name of the zone | Expl1 |
macroexpl_id | integer | Id of zone group, defined on macroexpl | 1 |
descript | text | Descript | |
undelete | boolean | If true, zone can't be deleted | TRUE |
the_geom | geometry(MultiPolygon,SRID) | Multi polygon geometry of zone | |
tstamp | timestamp without time zone | Date and time of data insert | |
active | boolean | If true, zone is being used on the system | TRUE |
insert_user | character varying(15) | Description | |
lastupdate | timestamp without time zone | Description | |
lastupdate_user | character varying(15) | Description |