Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
a_fundingmode_id | numeric | 10 | null |
|
|
|||||||||
ad_client_id | numeric | 10 | null |
|
|
|||||||||
ad_org_id | numeric | 10 | null |
|
|
|||||||||
created | timestamp | 29,6 | statement_timestamp() |
|
|
|||||||||
createdby | numeric | 10 | null |
|
|
|||||||||
isactive | bpchar | 1 | 'Y'::bpchar |
|
|
|||||||||
updated | timestamp | 29,6 | statement_timestamp() |
|
|
|||||||||
updatedby | numeric | 10 | null |
|
|
|||||||||
value | varchar | 30 | null |
|
|
|||||||||
name | varchar | 60 | null |
|
|
|||||||||
description | varchar | 255 | √ | NULL::character varying |
|
|
||||||||
a_fundingmode_uu | varchar | 36 | √ | NULL::character varying |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
a_fundingmode_key | Primary key | Asc | a_fundingmode_id |
a_fundingmode_uu_idx | Must be unique | Asc | a_fundingmode_uu |
Check Constraints
Constraint Name | Constraint |
---|---|
a_fundingmode_isactive_check | ((isactive = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |