Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| cau_pk | BIGINT | 19 | √ | null |
|
|
Identificador incremental |
||||
| cau_codigo | VARCHAR | 6 | √ | null |
|
|
Código generado para completar la autenticación. |
||||
| cau_fecha_vencimiento | TIMESTAMP | 26 | √ | null |
|
|
Fecha de vencimiento del código generado |
||||
| cau_ult_mod_fecha | TIMESTAMP | 26 | √ | null |
|
|
|||||
| cau_ult_mod_usuario | BIGINT | 19 | √ | null |
|
|
|||||
| cau_version | INT | 10 | √ | null |
|
|
|||||
| cau_usuario_fk | BIGINT | 19 | √ | null |
|
|
Llave foránea del usuario al que pertenece este código |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PRIMARY | Primary key | Asc | cau_pk |