Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| a_asset_info_lic_id | numeric | 10 | null |
|
|
||||||
| ad_client_id | numeric | 10 | null |
|
|
||||||
| ad_org_id | numeric | 10 | null |
|
|
||||||
| a_license_fee | numeric | 0 | √ | null |
|
|
|||||
| a_renewal_date | timestamp | 29,6 | √ | null |
|
|
|||||
| created | timestamp | 29,6 | statement_timestamp() |
|
|
||||||
| isactive | bpchar | 1 | null |
|
|
||||||
| updated | timestamp | 29,6 | statement_timestamp() |
|
|
||||||
| updatedby | numeric | 10 | null |
|
|
||||||
| text | varchar | 510 | √ | null |
|
|
|||||
| createdby | numeric | 10 | null |
|
|
||||||
| a_state | varchar | 60 | √ | null |
|
|
|||||
| a_license_no | varchar | 120 | √ | null |
|
|
|||||
| a_issuing_agency | varchar | 22 | √ | null |
|
|
|||||
| a_asset_id | numeric | 10 | null |
|
|
||||||
| a_asset_info_lic_uu | varchar | 36 | √ | NULL::character varying |
|
|
|||||
| processed | bpchar | 1 | √ | 'N'::bpchar |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| a_asset_info_lic_key | Primary key | Asc | a_asset_info_lic_id |
| a_asset_info_lic_uu_idx | Must be unique | Asc | a_asset_info_lic_uu |
Check Constraints
| Constraint Name | Constraint |
|---|---|
| a_asset_info_lic_processed_check | ((processed = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |
| a_asset_info_lic_isactive_check | ((isactive = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |