oc_appconfig_ex


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id bigserial 19 nextval('oc_appconfig_ex_id_seq'::regclass)
appid varchar 32 null
configkey varchar 64 null
configvalue text 2147483647 null
sensitive int2 5 0

Indexes

Constraint Name Type Sort Column(s)
oc_appconfig_ex_pkey Primary key Asc id
appconfig_ex__configkey Performance Asc configkey
appconfig_ex__idx Must be unique Asc/Asc appid + configkey

Relationships