Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| hdc_id | serial | 10 | √ | nextval('rupe.rupe_hechos_documentos_electronicos_hdc_id_seq'::regclass) |
|
|
|||||
| hdc_crea_fecha | timestamp | 29,6 | √ | null |
|
|
|||||
| hdc_crea_origen | int4 | 10 | √ | null |
|
|
|||||
| hdc_crea_usu | varchar | 255 | √ | null |
|
|
|||||
| hdc_ultmod_fecha | timestamp | 29,6 | √ | null |
|
|
|||||
| hdc_ultmod_origen | int4 | 10 | √ | null |
|
|
|||||
| hdc_ultmod_usu | varchar | 255 | √ | null |
|
|
|||||
| hdc_version | int4 | 10 | √ | null |
|
|
|||||
| hdc_documento_electronico_doc_id | int4 | 10 | √ | null |
|
|
|||||
| hdc_hecho_hch_id | int4 | 10 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| rupe_hechos_documentos_electronicos_pkey | Primary key | Asc | hdc_id |
| fki_hdc_doc_fk | Performance | Asc | hdc_documento_electronico_doc_id |
| fki_hdc_hch_fk | Performance | Asc | hdc_hecho_hch_id |