app_cache_text

0 rows


Description

For storing temporary copies of processed texts

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id bigserial 19 nextval('app_cache_text_id_seq'::regclass)
md5key varchar 32 ''::character varying
formattedtext text 2147483647 null
timemodified int8 19 0

Indexes

Constraint Name Type Sort Column(s)
app_cachtext_id_pk Primary key Asc id
app_cachtext_md5_ix Performance Asc md5key
app_cachtext_tim_ix Performance Asc timemodified

Diagram producer might be missing

No diagrams were produced please see application output for any errors