# Column Name Nullable Data Type Max Length Description
1cash_flow_setup_idinteger0
2cash_flow_heading_idinteger0
3account_master_idsmallint0
4audit_user_idinteger0
5audit_tstimestamp with time zone0

Foreign Keys

# Column Name Key Name References
2 cash_flow_heading_id cash_flow_setup_cash_flow_heading_id_fkey core.cash_flow_headings.cash_flow_heading_id
3 account_master_id cash_flow_setup_account_master_id_fkey core.account_masters.account_master_id
4 audit_user_id cash_flow_setup_audit_user_id_fkey office.users.user_id

Indices

Index Name Owner Access Method Definition Description
cash_flow_setup_pkey postgres btree cash_flow_setup_id
cash_flow_setup_account_master_id_inx postgres btree account_master_id
cash_flow_setup_cash_flow_heading_id_inx postgres btree cash_flow_heading_id

Check Constraints

Constraint Name Description

Default Values

# Column Name Default
1 cash_flow_setup_id nextval('core.cash_flow_setup_cash_flow_setup_id_seq'::regclass)
5 audit_ts now()

Triggers

Trigger Name Targets On Event Timing Condition Order Orientation Description