Moodle LMS 3.9
Database
Tables
(current)
Columns
Constraints
Relationships
Orphan Tables
Anomalies
Routines
Cache Flags Table Schema (cache_flags)
Description
Cache of time-sensitive flags
cache_flags table columns
Related columns
Constraint
Comments
Search:
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
Showing 1 to 6 of 6 entries
Table contained
-1
rows
cache_flags table indexes
Search:
Constraint Name
Type
Sort
Column(s)
PRIMARY
Primary key
Asc
id
cachflag_fla_ix
Performance
Asc
flagtype
cachflag_nam_ix
Performance
Asc
name
Showing 1 to 3 of 3 entries