Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| b_sellerfunds_id | numeric | 10 | null |
|
|
|||||||||
| ad_client_id | numeric | 10 | null |
|
|
|||||||||
| ad_org_id | numeric | 10 | null |
|
|
|||||||||
| isactive | bpchar | 1 | 'Y'::bpchar |
|
|
|||||||||
| created | timestamp | 29,6 | now() |
|
|
|||||||||
| createdby | numeric | 10 | null |
|
|
|||||||||
| updated | timestamp | 29,6 | now() |
|
|
|||||||||
| updatedby | numeric | 10 | null |
|
|
|||||||||
| ad_user_id | numeric | 10 | null |
|
|
|||||||||
| c_order_id | numeric | 10 | √ | null |
|
|
||||||||
| c_payment_id | numeric | 10 | √ | null |
|
|
||||||||
| committedamt | numeric | 0 | 0 |
|
|
|||||||||
| noncommittedamt | numeric | 0 | 0 |
|
|
|||||||||
| b_sellerfunds_uu | varchar | 36 | √ | NULL::character varying |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| b_sellerfunds_pkey | Primary key | Asc | b_sellerfunds_id |
| b_sellerfunds_uu_idx | Must be unique | Asc | b_sellerfunds_uu |
Check Constraints
| Constraint Name | Constraint |
|---|---|
| b_sellerfunds_isactive_check | ((isactive = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |