cat_users - Giswater/giswater_dbmodel GitHub Wiki
Description:
Catalog of users
Fields:
Column name | Data type | Description | Example |
---|---|---|---|
id | character varying(50) | Id | postgres |
name | character varying(150) | User's name | postgres |
context | character varying(50) | Description | |
sys_role | character varying(30) | Permission role of the user, non-customizable, defined on sys_role | role_edit |
active | boolean | If true, field 'code' is automatically filled with features id | TRUE |
external | boolean | If true, means that user is not an employee of a water company |