gris_citation_cache
| Fieldname | Type | Null | Default | Extra | |
|---|---|---|---|---|---|
| gris_resource_id | bigint(20) unsigned | NO | FK zu gris_resource | ||
| gris_citation_cache_link | tinyint(1) | NO | Zitation mit Link | ||
| gris_citation_cache_internal | tinyint(1) | NO | Zitation mit internen Angaben | ||
| gris_citation_cache_style | varchar(255) | NO | Zitationsstil | ||
| gris_citation_cache_value | text | NO | Zitation | ||
| gris_citation_cache_timestamp | timestamp | NO | current_timestamp() | on update current_timestamp() | Zeitstempel der Zitation |