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 serial4 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 bool If true, workspace is only available for user who created it
iseditable bool Sets whether the workspace can be modified. If false, the workspace cannot be modified or deleted.