Cache Flags Table Schema (cache_flags)


Description

Cache of time-sensitive flags

cache_flags table columns

Column Type Size Nulls Auto Default Children Parents Comments
id BIGINT 19 null
flagtype VARCHAR 255
name VARCHAR 255
timemodified BIGINT 19 0
value LONGTEXT 2147483647 null
expiry BIGINT 19 null

Table contained -1 rows

cache_flags table indexes

Constraint Name Type Sort Column(s)
PRIMARY Primary key Asc id
cachflag_flaexptim_ix Performance Asc/Asc/Asc flagtype + expiry + timemodified
cachflag_nam_ix Performance Asc name