Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| ido_id | serial | 10 | √ | nextval('rupe.rupe_identificaciones_proveedor_ido_id_seq'::regclass) |
|
|
|||||
| ido_crea_fecha | timestamp | 29,6 | √ | null |
|
|
|||||
| ido_crea_origen | int4 | 10 | √ | null |
|
|
|||||
| ido_crea_usu | varchar | 255 | √ | null |
|
|
|||||
| ido_numero | varchar | 255 | √ | null |
|
|
|||||
| ido_ultmod_fecha | timestamp | 29,6 | √ | null |
|
|
|||||
| ido_ultmod_origen | int4 | 10 | √ | null |
|
|
|||||
| ido_ultmod_usu | varchar | 255 | √ | null |
|
|
|||||
| ido_version | int4 | 10 | √ | null |
|
|
|||||
| ido_pais_emite_pai_id | int4 | 10 | √ | null |
|
|
|||||
| ido_proveedor_prv_id | int4 | 10 | √ | null |
|
|
|||||
| ido_tipo_identificacion_proveedor_tio_id | int4 | 10 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| rupe_identificaciones_proveedor_pkey | Primary key | Asc | ido_id |
| fki_ido_pai_fk | Performance | Asc | ido_pais_emite_pai_id |
| fki_ido_prv_fk | Performance | Asc | ido_proveedor_prv_id |
| fki_ido_tio_fk | Performance | Asc | ido_tipo_identificacion_proveedor_tio_id |