Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
lbr_docfiscal_transp_lacres_id | numeric | 10 | null |
|
|
||||||
lbr_docfiscal_transp_vol_id | numeric | 10 | null |
|
|
||||||
ad_client_id | numeric | 10 | null |
|
|
||||||
ad_org_id | numeric | 10 | null |
|
|
||||||
isactive | bpchar | 1 | null |
|
|
||||||
created | timestamp | 29,6 | null |
|
|
||||||
updated | timestamp | 29,6 | null |
|
|
||||||
createdby | numeric | 10 | null |
|
|
||||||
updatedby | numeric | 10 | null |
|
|
||||||
transp_lacres_nlacre | varchar | 60 | √ | NULL::character varying |
|
|
|||||
lbr_docfiscal_id | numeric | 0 | null |
|
|
||||||
lbr_docfiscal_transp_lacres_uu | varchar | 36 | √ | NULL::character varying |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
lbr_docfiscal_transp_lacre_key | Primary key | Asc | lbr_docfiscal_transp_lacres_id |
lbr_docfiscal_transp_lacres_uu_idx | Must be unique | Asc | lbr_docfiscal_transp_lacres_uu |
Check Constraints
Constraint Name | Constraint |
---|---|
lbr_docfiscal_transp_lacres_isactive_check | ((isactive = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |