account_report_column

-1 rows


Description

Accounting Report Column

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id serial 10 nextval('account_report_column_id_seq'::regclass)
sequence int4 10 null

Sequence

report_id int4 10 null
account_report.id account_report_column_report_id_fkey N

Report

custom_audit_action_id int4 10 null
ir_act_window.id account_report_column_custom_audit_action_id_fkey N

Custom Audit Action

create_uid int4 10 null
res_users.id account_report_column_create_uid_fkey N

Created by

write_uid int4 10 null
res_users.id account_report_column_write_uid_fkey N

Last Updated by

expression_label varchar 2147483647 null

Expression Label

figure_type varchar 2147483647 null

Figure Type

name jsonb 2147483647 null

Name

sortable bool 1 null

Sortable

blank_if_zero bool 1 null

Blank if Zero

create_date timestamp 29,6 null

Created on

write_date timestamp 29,6 null

Last Updated on

Indexes

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

Relationships