report_template

43 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id uuid 2147483647 null
report_report.default_template_id fk_report_to_def_template R
create_ts timestamp 29,6 null
created_by varchar 50 null
version int4 10 1
update_ts timestamp 29,6 null
updated_by varchar 50 null
delete_ts timestamp 29,6 null
deleted_by varchar 50 null
report_id uuid 2147483647 null
report_report.id fk_report_template_to_report C
code varchar 50 null
output_type int4 10 0
is_custom bool 1 false
is_alterable_output bool 1 false
is_groovy bool 1 false
custom_defined_by int4 10 100
custom_class text 2147483647 null
output_name_pattern varchar 255 null
name varchar 500 null
content bytea 2147483647 null

Indexes

Constraint Name Type Sort Column(s)
REPORT_TEMPLATE_pkey Primary key Asc id

Relationships