config.global_flag

Columns

Column Type Nullable Default Notes

name PK

text

No

value

text

Yes

enabled

boolean

No

false

label

text

No

Primary Key

(name)

Indexes

Index Method Definition

global_flag_pkey PK

btree

CREATE UNIQUE INDEX global_flag_pkey ON config.global_flag USING btree (name)