Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
mp_assetmeter_log_id | numeric | 10 | null |
|
|
|||||||||
ad_client_id | numeric | 10 | null |
|
|
|||||||||
ad_org_id | numeric | 10 | null |
|
|
|||||||||
amt | numeric | 0 | √ | null |
|
|
||||||||
created | timestamp | 29,6 | null |
|
|
|||||||||
createdby | numeric | 10 | null |
|
|
|||||||||
updatedby | numeric | 10 | null |
|
|
|||||||||
datetrx | timestamp | 29,6 | null |
|
|
|||||||||
isactive | bpchar | 1 | null |
|
|
|||||||||
mp_assetmeter_id | numeric | 10 | null |
|
|
|||||||||
updated | timestamp | 29,6 | null |
|
|
|||||||||
description | varchar | 150 | √ | NULL::character varying |
|
|
||||||||
mp_assetmetersearch_id | numeric | 10 | √ | NULL::numeric |
|
|
||||||||
mp_assetmeter_log_uu | varchar | 36 | √ | NULL::character varying |
|
|
||||||||
value | varchar | 22 | √ | NULL::character varying |
|
|
||||||||
totalamt | numeric | 0 | √ | null |
|
|
||||||||
mp_ot_id | numeric | 10 | √ | NULL::numeric |
|
|
||||||||
a_asset_id | numeric | 10 | √ | NULL::numeric |
|
|
||||||||
mp_prognosis_id | numeric | 10 | √ | NULL::numeric |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
mp_assetmeter_log_key | Primary key | Asc | mp_assetmeter_log_id |
mp_assetmeter_log_uu_idx | Must be unique | Asc | mp_assetmeter_log_uu |
Check Constraints
Constraint Name | Constraint |
---|---|
mp_assetmeter_log_isactive_check | ((isactive = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |