Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | serial | 10 | √ | nextval('databank_keydocument_id_seq'::regclass) |
|
|
||||
title | varchar | 20 | null |
|
|
|||||
date | date | 13 | null |
|
|
|||||
file | varchar | 100 | null |
|
|
|||||
group_id | int4 | 10 | null |
|
|
|||||
overview_id | int4 | 10 | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
databank_keydocument_pkey | Primary key | Asc | id |
databank_keydocument_group_id_27b5a5aa | Performance | Asc | group_id |
databank_keydocument_overview_id_1d3c899f | Performance | Asc | overview_id |