cat_workspace - Giswater/giswater_dbmodel GitHub Wiki
Description:
Catalog of workspaces, set of selectors and EPA definition that can be later restored by user in QGIS.
Fields:
| Column name | Data type | Description | Example |
|---|---|---|---|
| id | integer | Id | |
| name | varchar(50) | Name of the workspace | |
| descript | text | Description | |
| config | json | Configuration of variables set as a workspace definition | |
| cur_user | text | Name of user that created the workspace | |
| private | boolean | If true, workspace is only available for user who created it | |
| active | boolean | Description | |
| iseditable | boolean | Sets whether the workspace can be modified. If false, the workspace cannot be modified or deleted. |