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_flaexptim_ix | Performance | Asc/Asc/Asc | flagtype + expiry + timemodified |
app_cachflag_nam_ix | Performance | Asc | name |
Diagram producer might be missing
No diagrams were produced please see application output for any errors