Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| idp_id | serial | 10 | √ | nextval('rupe.rupe_identificaciones_persona_idp_id_seq'::regclass) |
|
|
|||||
| idp_crea_fecha | timestamp | 29,6 | √ | null |
|
|
|||||
| idp_crea_origen | int4 | 10 | √ | null |
|
|
|||||
| idp_crea_usu | varchar | 255 | √ | null |
|
|
|||||
| idp_numero | varchar | 255 | √ | null |
|
|
|||||
| idp_ultmod_fecha | timestamp | 29,6 | √ | null |
|
|
|||||
| idp_ultmod_origen | int4 | 10 | √ | null |
|
|
|||||
| idp_ultmod_usu | varchar | 255 | √ | null |
|
|
|||||
| idp_version | int4 | 10 | √ | null |
|
|
|||||
| idp_pais_emite_pai_id | int4 | 10 | √ | null |
|
|
|||||
| idp_tipo_identificacion_persona_tip_id | int4 | 10 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| rupe_identificaciones_persona_pkey | Primary key | Asc | idp_id |
| fki_idp_pai_fk | Performance | Asc | idp_pais_emite_pai_id |
| fki_idp_tip_fk | Performance | Asc | idp_tipo_identificacion_persona_tip_id |