exploitation - Giswater/giswater_dbmodel GitHub Wiki
Description:
Contains the elements related to exploitation.
Fields:
| 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 |