-
Notifications
You must be signed in to change notification settings - Fork 33
cat_users
Daniel Marín edited this page Jul 8, 2026
·
1 revision
Catalog of users
| 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 |


