dimensions - Giswater/giswater_dbmodel GitHub Wiki
Description:
Table to store dimension entities (CAD utils).
Fields:
| Column name | Data type | Description | Example |
|---|---|---|---|
| id | bigint | Description | |
| distance | numeric(12,4) | Description | |
| depth | numeric(12,4) | Description | |
| the_geom | geometry | Description | |
| x_label | double precision | Description | |
| y_label | double precision | Description | |
| rotation_label | double precision | Description | |
| offset_label | double precision | Description | |
| direction_arrow | boolean | Description | |
| x_symbol | double precision | Description | |
| y_symbol | double precision | Description | |
| feature_id | character varying | Description | |
| feature_type | character varying | Description | |
| state | smallint | Description | |
| expl_id | integer | Description | |
| observ | text | Description | |
| comment | text | Description | |
| tstamp | timestamp without time zone | Description | |
| insert_user | character varying(15) | Description | |
| lastupdate | timestamp without time zone | Description | |
| lastupdate_user | character varying(15) | Description | |
| muni_id | integer | Description | |
| sector_id | integer | Description |