Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| tip_id | serial | 10 | √ | nextval('rupe.rupe_tipos_identificacion_persona_tip_id_seq'::regclass) |
|
|
|||||||||||
| tip_codigo | varchar | 255 | √ | null |
|
|
|||||||||||
| tip_codigo_cgn | varchar | 255 | √ | null |
|
|
|||||||||||
| tip_crea_fecha | timestamp | 29,6 | √ | null |
|
|
|||||||||||
| tip_crea_origen | int4 | 10 | √ | null |
|
|
|||||||||||
| tip_crea_usu | varchar | 255 | √ | null |
|
|
|||||||||||
| tip_habilitado | bool | 1 | √ | null |
|
|
|||||||||||
| tip_nombre | varchar | 255 | √ | null |
|
|
|||||||||||
| tip_ultmod_fecha | timestamp | 29,6 | √ | null |
|
|
|||||||||||
| tip_ultmod_origen | int4 | 10 | √ | null |
|
|
|||||||||||
| tip_ultmod_usu | varchar | 255 | √ | null |
|
|
|||||||||||
| tip_validacion | varchar | 255 | √ | null |
|
|
|||||||||||
| tip_version | int4 | 10 | √ | null |
|
|
|||||||||||
| tip_persona_juridica | bool | 1 | √ | null |
|
|
|||||||||||
| tip_persona_fisica | bool | 1 | √ | true |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| rupe_tipos_identificacion_persona_pkey | Primary key | Asc | tip_id |
| rupe_tip_codigo_uk | Must be unique | Asc | tip_codigo |