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 |
|
|
||||||||||||
oppervlakte | int4 | 10 | null |
|
|
||||||||||||
heeftalshoofdadres | bpchar | 16 | √ | null |
|
|
|||||||||||
geometrie | geometry | 2147483647 | √ | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
verblijfsobject_pkey | Primary key | Asc/Asc | identificatie + voorkomenidentificatie |
idx_verblijfsobject_geometrie | Performance | Asc | geometrie |
verblijfsobject_objectid_idx | Performance | Asc | objectid |