Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| tio_id | serial | 10 | √ | nextval('rupe.rupe_tipos_identificacion_proveedor_tio_id_seq'::regclass) |
|
|
|||||
| tio_codigo | varchar | 255 | √ | null |
|
|
|||||
| tio_crea_fecha | timestamp | 29,6 | √ | null |
|
|
|||||
| tio_crea_origen | int4 | 10 | √ | null |
|
|
|||||
| tio_crea_usu | varchar | 255 | √ | null |
|
|
|||||
| tio_habilitado | bool | 1 | √ | null |
|
|
|||||
| tio_nombre | varchar | 255 | √ | null |
|
|
|||||
| tio_ultmod_fecha | timestamp | 29,6 | √ | null |
|
|
|||||
| tio_ultmod_origen | int4 | 10 | √ | null |
|
|
|||||
| tio_ultmod_usu | varchar | 255 | √ | null |
|
|
|||||
| tio_version | int4 | 10 | √ | null |
|
|
|||||
| tio_persona_fisica | bool | 1 | √ | null |
|
|
|||||
| tio_persona_juridica | bool | 1 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| rupe_tipos_identificacion_proveedor_pkey | Primary key | Asc | tio_id |
| rupe_tio_tio_codigo | Must be unique | Asc | tio_codigo |