cte_lote

-1 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
cte_lote_id numeric 10 null
cte_cte.cte_lote_id ctelote_ctecte R
cte_lote_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
name varchar 60 NULL::character varying
description text 2147483647 null
processed bpchar 1 NULL::bpchar
cte_nfmodel varchar 2 '57'::character varying
cte_status varchar 3 NULL::character varying
documentno varchar 30 NULL::character varying
datetrx timestamp 29,6 null
cte_isloteenviado bpchar 1 NULL::bpchar
processing bpchar 1 'N'::bpchar
createfrom bpchar 1 NULL::bpchar

Indexes

Constraint Name Type Sort Column(s)
cte_lote_key Primary key Asc cte_lote_id
cte_lote_uu_idx Must be unique Asc cte_lote_uu

Check Constraints

Constraint Name Constraint
cte_lote_processed_check ((processed = ANY (ARRAY['Y'::bpchar, 'N'::bpchar])))
cte_lote_cte_isloteenviado_check ((cte_isloteenviado = ANY (ARRAY['Y'::bpchar, 'N'::bpchar])))
cte_lote_isactive_check ((isactive = ANY (ARRAY['Y'::bpchar, 'N'::bpchar])))

Relationships