| # | Column Name | Nullable | Data Type | Max Length | Description |
|---|---|---|---|---|---|
| 1 | cash_flow_setup_id | integer | 0 | ||
| 2 | cash_flow_heading_id | integer | 0 | ||
| 3 | account_master_id | smallint | 0 | ||
| 4 | audit_user_id | integer | 0 | ||
| 5 | audit_ts | timestamp with time zone | 0 |
| # | 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 |
| 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 |
| Constraint Name | Description |
|---|
| # | Column Name | Default |
|---|---|---|
| 1 | cash_flow_setup_id | nextval('core.cash_flow_setup_cash_flow_setup_id_seq'::regclass) |
| 5 | audit_ts | now() |
| Trigger Name | Targets | On Event | Timing | Condition | Order | Orientation | Description |
|---|