print_template

-1 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id serial 10 nextval('config.print_template_id_seq'::regclass)
name text 2147483647 null
label text 2147483647 null
owner int4 10 null
org_unit.id cpt_owner_fkey R
active bool 1 false
locale text 2147483647 null
i18n_locale.code print_template_locale_fkey R
content_type text 2147483647 'text/html'::text
template text 2147483647 null

Indexes

Constraint Name Type Sort Column(s)
print_template_pkey Primary key Asc id
label_once_per_lib Must be unique Asc/Asc owner + label
name_once_per_lib Must be unique Asc/Asc owner + name

Relationships