Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('observacion_accion_id_seq'::regclass) |
|
|
|||||
| id_accion_fk | int4 | 10 | √ | null |
|
|
|||||
| id_usuario_fk | int4 | 10 | √ | null |
|
|
|||||
| observacion | text | 2147483647 | √ | null |
|
|
|||||
| fecha_hora_observacion | timestamptz | 35,6 | √ | now() |
|
|
|||||
| fch_creacion | date | 13 | √ | null |
|
|
|||||
| fch_modificacion | date | 13 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| observacion_accion_pkey | Primary key | Asc | id |

