Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 1.1 KB

public.app_config.md

File metadata and controls

39 lines (27 loc) · 1.1 KB

public.app_config

Description

Stores app config for different envs

Columns

Name Type Default Nullable Children Parents Comment
id text false
app_min_version text false
app_privacy jsonb false
app_terms jsonb false
designer_privacy jsonb false
designer_terms jsonb false
imprint jsonb false
contact jsonb '{"email": "[email protected]", "phone": "+49-(0)331 5509-0", "website": "https://hpi.de/", "organization": "Hasso Plattner Institute"}'::jsonb false
analytics jsonb true

Constraints

Name Type Definition
AppConfig_pkey PRIMARY KEY PRIMARY KEY (id)

Indexes

Name Definition
AppConfig_pkey CREATE UNIQUE INDEX "AppConfig_pkey" ON public.app_config USING btree (id)

Relations

er


Generated by tbls