template

-1 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id serial 10 nextval('reporter.template_id_seq'::regclass)
report.template report_template_fkey R
owner int4 10 null
usr.id template_owner_fkey R
create_time timestamptz 35,6 now()
name text 2147483647 null
description text 2147483647 ''::text
data text 2147483647 null
folder int4 10 null
template_folder.id template_folder_fkey R

Indexes

Constraint Name Type Sort Column(s)
template_pkey Primary key Asc id
rpt_tmpl_fldr_idx Performance Asc folder
rpt_tmpl_owner_idx Performance Asc owner
rtp_template_folder_once_idx Must be unique Asc/Asc name + folder

Relationships