Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| ad_client_id | numeric | 10 | null |
|
|
||||||
| ad_org_id | numeric | 10 | null |
|
|
||||||
| c_payment_id | numeric | 10 | null |
|
|
||||||
| created | timestamp | 29,6 | statement_timestamp() |
|
|
||||||
| createdby | numeric | 10 | null |
|
|
||||||
| isactive | bpchar | 1 | 'Y'::bpchar |
|
|
||||||
| line | numeric | 10 | null |
|
|
||||||
| payamt | numeric | 0 | null |
|
|
||||||
| processed | bpchar | 1 | null |
|
|
||||||
| processing | bpchar | 1 | null |
|
|
||||||
| updated | timestamp | 29,6 | statement_timestamp() |
|
|
||||||
| updatedby | numeric | 10 | null |
|
|
||||||
| c_depositbatch_id | numeric | 10 | null |
|
|
||||||
| c_depositbatchline_id | numeric | 10 | null |
|
|
||||||
| c_depositbatchline_uu | varchar | 36 | √ | NULL::character varying |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| x_depositbatchline_key | Primary key | Asc | c_depositbatchline_id |
| c_depositbatchline_uu_idx | Must be unique | Asc | c_depositbatchline_uu |
Check Constraints
| Constraint Name | Constraint |
|---|---|
| x_depositbatchline_isactive_check | ((isactive = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |
| x_depositbatchline_processing_check | ((processing = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |
| x_depositbatchline_processed_check | ((processed = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |