Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id_doc | serial | 10 | √ | nextval('adresse.document_id_doc_seq'::regclass) |
|
|
||||
nom_doc | text | 2147483647 | √ | null |
|
|
||||
date_doc | date | 13 | √ | null |
|
|
||||
type_document | text | 2147483647 | √ | null |
|
|
||||
id_commune | int4 | 10 | √ | null |
|
|
||||
lien | text | 2147483647 | √ | null |
|
|
Chemin de stockage du document |
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
document_pkey | Primary key | Asc | id_doc |