Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
a_asset_info_ins_id | numeric | 10 | null |
|
|
||||||
ad_client_id | numeric | 10 | null |
|
|
||||||
ad_org_id | numeric | 10 | null |
|
|
||||||
a_ins_value | numeric | 0 | √ | null |
|
|
|||||
a_policy_no | varchar | 100 | √ | null |
|
|
|||||
a_replace_cost | numeric | 0 | √ | null |
|
|
|||||
createdby | numeric | 10 | null |
|
|
||||||
text | varchar | 510 | √ | null |
|
|
|||||
updatedby | numeric | 10 | null |
|
|
||||||
updated | timestamp | 29,6 | statement_timestamp() |
|
|
||||||
isactive | bpchar | 1 | null |
|
|
||||||
created | timestamp | 29,6 | statement_timestamp() |
|
|
||||||
a_renewal_date | timestamp | 29,6 | √ | null |
|
|
|||||
a_insurance_co | varchar | 22 | √ | null |
|
|
|||||
numeric | 0 | √ | null |
|
|
||||||
a_asset_id | numeric | 10 | null |
|
|
||||||
a_asset_info_ins_uu | varchar | 36 | √ | NULL::character varying |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
a_asset_info_ins_key | Primary key | Asc | a_asset_info_ins_id |
a_asset_info_ins_uu_idx | Must be unique | Asc | a_asset_info_ins_uu |
Check Constraints
Constraint Name | Constraint |
---|---|
a_asset_info_ins_isactive_check | ((isactive = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |