application

0 rows


Description

List the external applications interacting with G-Obs database with the web API.
This will help storing application specific data such as the default values when creating automatically series, protocols, users, etc.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id serial 10 nextval('gobs.application_id_seq'::regclass)

Unique identifier

ap_code text 2147483647 null

Code of the application. Ex: kobo_toolbox

ap_label text 2147483647 null

Label of the application. Ex: Kobo Toolbox

ap_description text 2147483647 null

Description of the application.

ap_default_values jsonb 2147483647 null

Default values for the different API need. JSONB to allow to easily add more data when necessary

Indexes

Constraint Name Type Sort Column(s)
application_pkey Primary key Asc id

Diagram producer might be missing

No diagrams were produced please see application output for any errors