Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| the_id | serial | 10 | √ | nextval('rupe.rupe_tipos_hecho_the_id_seq'::regclass) |
|
|
|||||
| the_codigo | varchar | 255 | √ | null |
|
|
|||||
| the_crea_fecha | timestamp | 29,6 | √ | null |
|
|
|||||
| the_crea_origen | int4 | 10 | √ | null |
|
|
|||||
| the_crea_usu | varchar | 255 | √ | null |
|
|
|||||
| the_es_fecha | bool | 1 | √ | null |
|
|
|||||
| the_es_rango | bool | 1 | √ | null |
|
|
|||||
| the_habilitado | bool | 1 | √ | null |
|
|
|||||
| the_nombre | varchar | 255 | √ | null |
|
|
|||||
| the_ultmod_fecha | timestamp | 29,6 | √ | null |
|
|
|||||
| the_ultmod_origen | int4 | 10 | √ | null |
|
|
|||||
| the_ultmod_usu | varchar | 255 | √ | null |
|
|
|||||
| the_version | int4 | 10 | √ | null |
|
|
|||||
| the_fecha_hasta_oblig | bool | 1 | √ | null |
|
|
|||||
| the_solo_acce | bool | 1 | √ | null |
|
|
|||||
| the_todo_el_inciso | bool | 1 | √ | null |
|
|
|||||
| the_codigo_estado_proveedor | varchar | 255 | √ | null |
|
|
|||||
| the_en_plazo_mensaje | varchar | 255 | √ | null |
|
|
|||||
| the_plazo_visible | int4 | 10 | √ | null |
|
|
|||||
| the_post_plazo_mensaje | varchar | 255 | √ | null |
|
|
|||||
| the_prioridad | int4 | 10 | √ | null |
|
|
|||||
| the_periodo_lista | int4 | 10 | √ | null |
|
|
Periodo por el que se incluye en la lista |
||||
| the_es_ilimitada | bool | 1 | √ | null |
|
|
|||||
| the_plazo_fijo | int4 | 10 | √ | null |
|
|
|||||
| the_plazo_proporcional | float8 | 17,17 | √ | null |
|
|
|||||
| the_factor_sobre_periodo | numeric | 2,1 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| rupe_tipos_hecho_pkey | Primary key | Asc | the_id |
| rupe_the_the_codigo | Must be unique | Asc | the_codigo |
Check Constraints
| Constraint Name | Constraint |
|---|---|
| rupe_tipos_hecho_the_factor_sobre_periodo_check | (((the_factor_sobre_periodo > (0)::numeric) AND (the_factor_sobre_periodo <= 9.9))) |