html_template

0 rows


Description

This table contains the HTML templates for the main metadata sheet, and one for the contacts and links. Contacts and links templates are used to compute a unique contact or link HTML representation.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id serial 10 nextval('pgmetadata.html_template_id_seq'::regclass)
section text 2147483647 null
content text 2147483647 null

Indexes

Constraint Name Type Sort Column(s)
html_template_pkey Primary key Asc id
html_template_section_key Must be unique Asc section

Check Constraints

Constraint Name Constraint
html_template_section_check ((section = ANY (ARRAY['main'::text, 'contact'::text, 'link'::text])))

Diagram producer might be missing

No diagrams were produced please see application output for any errors