app_cache_flags

0 rows


Description

Cache of time-sensitive flags

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id bigserial 19 nextval('app_cache_flags_id_seq'::regclass)
flagtype varchar 255 ''::character varying
name varchar 255 ''::character varying
timemodified int8 19 0
value text 2147483647 null
expiry int8 19 null

Indexes

Constraint Name Type Sort Column(s)
app_cachflag_id_pk Primary key Asc id
app_cachflag_fla_ix Performance Asc flagtype
app_cachflag_nam_ix Performance Asc name

Diagram producer might be missing

No diagrams were produced please see application output for any errors