Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ad_client_id | numeric | 10 | null |
|
|
|||||||||
| ad_org_id | numeric | 10 | null |
|
|
|||||||||
| c_bankaccount_id | numeric | 10 | null |
|
|
|||||||||
| c_doctype_id | numeric | 10 | null |
|
|
|||||||||
| created | timestamp | 29,6 | statement_timestamp() |
|
|
|||||||||
| createdby | numeric | 10 | null |
|
|
|||||||||
| createfrom | bpchar | 1 | √ | NULL::bpchar |
|
|
||||||||
| datedeposit | timestamp | 29,6 | null |
|
|
|||||||||
| datedoc | timestamp | 29,6 | null |
|
|
|||||||||
| depositamt | numeric | 0 | null |
|
|
|||||||||
| description | varchar | 255 | √ | NULL::character varying |
|
|
||||||||
| docstatus | varchar | 2 | 'DR'::character varying |
|
|
|||||||||
| documentno | varchar | 30 | null |
|
|
|||||||||
| isactive | bpchar | 1 | 'Y'::bpchar |
|
|
|||||||||
| processed | bpchar | 1 | null |
|
|
|||||||||
| processing | bpchar | 1 | √ | NULL::bpchar |
|
|
||||||||
| updated | timestamp | 29,6 | statement_timestamp() |
|
|
|||||||||
| updatedby | numeric | 10 | null |
|
|
|||||||||
| c_depositbatch_id | numeric | 10 | null |
|
|
|||||||||
| c_depositbatch_uu | varchar | 36 | √ | NULL::character varying |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| x_depositbatch_key | Primary key | Asc | c_depositbatch_id |
| c_depositbatch_uu_idx | Must be unique | Asc | c_depositbatch_uu |
Check Constraints
| Constraint Name | Constraint |
|---|---|
| x_depositbatch_isactive_check | ((isactive = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |
| x_depositbatch_processed_check | ((processed = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |