Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('usuario_id_seq'::regclass) |
|
|
||||||||||||||||||||
| usuario | text | 2147483647 | √ | null |
|
|
||||||||||||||||||||
| text | 2147483647 | √ | null |
|
|
|||||||||||||||||||||
| password_hash | text | 2147483647 | √ | null |
|
|
||||||||||||||||||||
| activo | bool | 1 | √ | null |
|
|
||||||||||||||||||||
| intentos_fallidos | int4 | 10 | √ | null |
|
|
||||||||||||||||||||
| bloqueado | bool | 1 | √ | null |
|
|
||||||||||||||||||||
| token_recuperacion | text | 2147483647 | √ | null |
|
|
||||||||||||||||||||
| fch_creacion | date | 13 | √ | null |
|
|
||||||||||||||||||||
| fch_expiracion_token | text | 2147483647 | √ | null |
|
|
||||||||||||||||||||
| fch_bloqueo | text | 2147483647 | √ | null |
|
|
||||||||||||||||||||
| nombres | text | 2147483647 | √ | null |
|
|
||||||||||||||||||||
| apellidos | text | 2147483647 | √ | null |
|
|
||||||||||||||||||||
| tipo_identificacion_enm | tipo_identificacion_enm | 2147483647 | √ | null |
|
|
||||||||||||||||||||
| num_documento | text | 2147483647 | √ | null |
|
|
||||||||||||||||||||
| cargo | text | 2147483647 | √ | null |
|
|
||||||||||||||||||||
| telefono | text | 2147483647 | √ | null |
|
|
||||||||||||||||||||
| dependencia | text | 2147483647 | √ | null |
|
|
||||||||||||||||||||
| fch_modificacion | date | 13 | √ | null |
|
|
||||||||||||||||||||
| enviar_correo_activacion | bool | 1 | √ | null |
|
|
||||||||||||||||||||
| forzar_cambio_pass | bool | 1 | √ | null |
|
|
||||||||||||||||||||
| id_entidad_fk | int4 | 10 | √ | null |
|
|
||||||||||||||||||||
| descripcion_detallada | text | 2147483647 | √ | null |
|
|
||||||||||||||||||||
| fch_ultimo_acceso | timestamp | 29,6 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| usuario_pkey | Primary key | Asc | id |

