Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
|---|---|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('pgmetadata.link_id_seq'::regclass) |
|
|
Internal automatic integer ID |
|||
| name | text | 2147483647 | null |
|
|
Name of the link |
||||
| type | text | 2147483647 | null |
|
|
Type of the link. E.g. https, git, OGC:WFS |
||||
| url | text | 2147483647 | null |
|
|
Full URL |
||||
| description | text | 2147483647 | √ | null |
|
|
Description |
|||
| format | text | 2147483647 | √ | null |
|
|
Format. |
|||
| mime | text | 2147483647 | √ | null |
|
|
Mime type |
|||
| size | int4 | 10 | √ | null |
|
|
Size of the target |
|||
| fk_id_dataset | int4 | 10 | null |
|
|
Id of the dataset item |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| link_pkey | Primary key | Asc | id |

