Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | int8 | 19 | √ | null |
|
|
Llave primaria del registro |
||||
| nombre | varchar | 100 | null |
|
|
Nombre del dominio |
|||||
| activo | bool | 1 | true |
|
|
Indica si el registro se encuentra activo (true) o inactivo (false) |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| pk_dom_medio_implem | Primary key | Asc | id |
Check Constraints
| Constraint Name | Constraint |
|---|---|
| chk_dom_medio_implem_nombre_len | ((char_length((nombre)::text) >= 3) AND (char_length((nombre)::text) <= 100)) |

