Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
cof_mdfe_id | numeric | 10 | √ | null |
|
|
|||||
cof_ferrov_vag_id | numeric | 10 | null |
|
|
||||||
vag_serie | varchar | 3 | √ | NULL::character varying |
|
|
|||||
vag_nvag | numeric | 8 | √ | NULL::numeric |
|
|
|||||
vag_nseq | numeric | 3 | √ | NULL::numeric |
|
|
|||||
vag_tu | numeric | 3,3 | √ | NULL::numeric |
|
|
|||||
cof_ferrov_vag_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 |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
cof_ferrov_vag_id | Primary key | Asc | cof_ferrov_vag_id |
cof_ferrov_vag_uu_idx | Must be unique | Asc | cof_ferrov_vag_uu |
Check Constraints
Constraint Name | Constraint |
---|---|
cof_ferrov_vag_isactive_check | ((isactive = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |