Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| jhp_id | BIGINT | 19 | √ | null |
|
|
Identificador de la tabla correlativo incremental |
||||
| jhp_joven_fk | BIGINT | 19 | null |
|
|
Campo para almacenar el joven |
|||||
| jhp_habilidad_primaria_fk | BIGINT | 19 | null |
|
|
Campo para almacenar habilidad |
|||||
| jhp_ult_mod_fecha | TIMESTAMP | 19 | √ | null |
|
|
Fecha de ultima modificacion |
||||
| jhp_ult_mod_usuario | BIGINT | 19 | √ | null |
|
|
Usuario que hizo ultima modificacion |
||||
| jhp_version | INT | 10 | √ | null |
|
|
Campo para registro de Version |
||||
| jhp_cantidad | INT | 10 | √ | 1 |
|
|
Campo para guardar las intensidad de la habilidad |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PRIMARY | Primary key | Asc | jhp_id |
| jhp_hab_pri_fk | Performance | Asc | jhp_habilidad_primaria_fk |
| jhp_jov_fk | Performance | Asc | jhp_joven_fk |