Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('apropiacion_id_seq'::regclass) |
|
|
||
| tipo_documento | tipo_documento_enm | 2147483647 | √ | null |
|
|
||
| agrupacion | agrupacion_enm | 2147483647 | √ | null |
|
|
||
| nombre_material | text | 2147483647 | √ | null |
|
|
||
| descripcion | text | 2147483647 | √ | null |
|
|
||
| url_video | text | 2147483647 | √ | null |
|
|
||
| documento_adjunto | text | 2147483647 | √ | null |
|
|
||
| size | int4 | 10 | √ | null |
|
|
||
| mimetype | text | 2147483647 | √ | null |
|
|
||
| originalname | text | 2147483647 | √ | null |
|
|
||
| fch_creacion | date | 13 | √ | null |
|
|
||
| fch_modificacion | date | 13 | √ | null |
|
|
||
| visibilidad_admin | bool | 1 | √ | null |
|
|
||
| activo | bool | 1 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| apropiacion_pkey | Primary key | Asc | id |
