Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('dom_tipo_solucion_adaptacion_id_seq'::regclass) |
|
|
Llave primaria del registro |
||||
| nombre | varchar | 100 | √ | null |
|
|
Nombre del dominio |
||||
| activo | bool | 1 | √ | null |
|
|
Indica si el registro se encuentra activo (true) o inactivo (false) |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| dom_tipo_solucion_adaptacion_pkey | Primary key | Asc | id |

