Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
---|---|---|---|---|---|---|---|---|
objectid | serial | 10 | √ | nextval('bag.objectid_seq'::regclass) |
|
|
||
identificatie | bpchar | 16 | null |
|
|
|||
voorkomenidentificatie | int4 | 10 | null |
|
|
|||
begingeldigheid | date | 13 | null |
|
|
|||
eindgeldigheid | date | 13 | √ | null |
|
|
||
tijdstipregistratie | timestamp | 29,6 | null |
|
|
|||
eindregistratie | timestamp | 29,6 | √ | null |
|
|
||
tijdstipinactief | timestamp | 29,6 | √ | null |
|
|
||
tijdstipregistratielv | timestamp | 29,6 | null |
|
|
|||
tijdstipeindregistratielv | timestamp | 29,6 | √ | null |
|
|
||
tijdstipinactieflv | timestamp | 29,6 | √ | null |
|
|
||
documentdatum | date | 13 | null |
|
|
|||
documentnummer | varchar | 255 | null |
|
|
|||
geconstateerd | bool | 1 | null |
|
|
|||
status | varchar | 255 | null |
|
|
|||
oorspronkelijkbouwjaar | int4 | 10 | null |
|
|
|||
geometrie | geometry | 2147483647 | √ | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
pand_pkey | Primary key | Asc/Asc | identificatie + voorkomenidentificatie |
idx_pand_geometrie | Performance | Asc | geometrie |
pand_objectid_idx | Performance | Asc | objectid |