Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
lbr_docfiscal_rastro_id | numeric | 10 | null |
|
|
||||||
lbr_docfiscal_rastro_uu | varchar | 36 | √ | NULL::character varying |
|
|
|||||
ad_client_id | numeric | 10 | null |
|
|
||||||
ad_org_id | numeric | 10 | null |
|
|
||||||
isactive | bpchar | 1 | 'Y'::bpchar |
|
|
||||||
created | timestamp | 29,6 | null |
|
|
||||||
createdby | numeric | 10 | null |
|
|
||||||
updated | timestamp | 29,6 | null |
|
|
||||||
updatedby | numeric | 10 | null |
|
|
||||||
rastro_nlote | varchar | 20 | null |
|
|
||||||
rastro_qlote | numeric | 0 | '0'::numeric |
|
|
||||||
rastro_dfab | timestamp | 29,6 | null |
|
|
||||||
rastro_dval | timestamp | 29,6 | null |
|
|
||||||
lbr_docfiscal_line_id | numeric | 10 | null |
|
|
||||||
rastro_cagreg | numeric | 10 | √ | NULL::numeric |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
lbr_docfiscal_rastro_key | Primary key | Asc | lbr_docfiscal_rastro_id |
lbr_docfiscal_rastro_uu_idx | Must be unique | Asc | lbr_docfiscal_rastro_uu |
Check Constraints
Constraint Name | Constraint |
---|---|
lbr_docfiscal_rastro_isactive_check | ((isactive = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |