sys_table - Giswater/giswater_dbmodel GitHub Wiki
Description:
System catalog of tables, with its permission definition.
Fields:
| Column name | Data type | Description | Example |
|---|---|---|---|
| id | text | Name of the table or view | anl_arc |
| descript | text | Description | Table with the results of the topology process of arcs |
| sys_role | character varying(30) | Role permissions, that set edition access to the table on DB , defined on sys_role | role_edit |
| criticity | smallint | Table criticity on DB (0 - irrelevant, 1 - important, 2 - essential) | 2 |
| context | character varying(500) | Role permissions, that set edition access to the table on qgis, defined on sys_role | role_admin |
| orderby | smallint | Table criticity on qgis (0 - irrelevant, 1 - important, 2 - essential) | 2 |
| alias | text | Qgis error message | Cannot manage arc catalog |
| notify_action | json | Definition of the refresh data notification on qgis | [{"channel":"desktop","name":"refresh_attribute_table", "enabled":"true", "trg_fields":"id","featureType":["arc", "node", "connec"]}] |
| isaudit | boolean | If true, audit of all actions on the table is enabled. Requieres creating addiotional audit schema and functions that control the process | TRUE |
| keepauditdays | integer | Number of days for which audit data for the table is saved | 10 |
| source | text | Description | |
| addparam | json | Additional parameters |