Schema
public
Owner
waveuser005
Tablespace
(default)
Descriptions
Tabel met woonplaatsen (kernen)
Fields
PK | FK | Name | Data type | Not null | Unique | Inherited | Default | Description |
---|---|---|---|---|---|---|---|---|
|
dnkey |
serial |
|
nextval('tbwoonplaats_dnkey_seq'::regclass) |
Primary key. |
|||
|
|
dvwoonplaatsid |
varchar(4) |
|
|
|
|
Gemeente-identificatienummer conform gemeentetabel 33 |
|
|
dvwoonplaatsnaam |
varchar(80) |
|
|
|
|
Woonplaatsnaam. |
|
|
ddvervaldatum |
timestamp |
|
|
|
|
Datum dat woonplaats is komen te vervallen. |
|
|
dvdefkadgem |
varchar(80) |
|
|
|
|
Defaultwaarde kastrale gemeentenaam. |
|
|
dvidentificatiecode |
varchar(4) |
|
|
|
|
Woonplaatsnummer volgens BAG |
|
|
ddcontrolebag |
timestamp |
|
|
|
|
Datum dat identificatie voor het laatst is opgehaald bij de BAG op grond van woonplaatsnaam |
Foreign Keys
There are no foreign keys for table tbwoonplaats
Check Constraints
There are no check constraints for table tbwoonplaats
Indices
Name | Type | Function | Fields | Primary Key | Unique | Description |
---|---|---|---|---|---|---|
cpk_tbwoonplaats |
btree |
|
dnkey |
|
Triggers
There are no triggers for table tbwoonplaats
Rules
There are no rules for table tbwoonplaats
Referenced
Table | Schema | Foreign Key | Fields | FK Table | FK Fields | Delete Action | Update Action | Deferrable | Check Time | Description |
---|---|---|---|---|---|---|---|---|---|---|
public |
cfk_tbopruimte_keywoonplaats |
dnkeywoonplaats |
dnkey |
No Action |
No Action |
|
Immediate |
|
Properties
Property | Value |
---|---|
Inherited From |
|
Rows |
0 |
Pages |
0 |
System |
|
Temporary |
|
With OID |
|
Definition
CREATE TABLE public.tbwoonplaats (
dnkey SERIAL,
dvwoonplaatsid VARCHAR(4),
dvwoonplaatsnaam VARCHAR(80),
ddvervaldatum TIMESTAMP WITHOUT TIME ZONE,
dvdefkadgem VARCHAR(80),
dvidentificatiecode VARCHAR(4),
ddcontrolebag TIMESTAMP WITHOUT TIME ZONE,
CONSTRAINT cpk_tbwoonplaats PRIMARY KEY(dnkey)
)
WITH (oids = false);
COMMENT ON TABLE public.tbwoonplaats
IS 'Tabel met woonplaatsen (kernen)';
COMMENT ON COLUMN public.tbwoonplaats.dnkey
IS 'Primary key.';
COMMENT ON COLUMN public.tbwoonplaats.dvwoonplaatsid
IS 'Gemeente-identificatienummer conform gemeentetabel 33';
COMMENT ON COLUMN public.tbwoonplaats.dvwoonplaatsnaam
IS 'Woonplaatsnaam.';
COMMENT ON COLUMN public.tbwoonplaats.ddvervaldatum
IS 'Datum dat woonplaats is komen te vervallen.';
COMMENT ON COLUMN public.tbwoonplaats.dvdefkadgem
IS 'Defaultwaarde kastrale gemeentenaam.';
COMMENT ON COLUMN public.tbwoonplaats.dvidentificatiecode
IS 'Woonplaatsnummer volgens BAG';
COMMENT ON COLUMN public.tbwoonplaats.ddcontrolebag
IS 'Datum dat identificatie voor het laatst is opgehaald bij de BAG op grond van woonplaatsnaam';
This file was generated with SQL Manager for PostgreSQL (www.pgsqlmanager.com) at 22-2-2017 10:50 |
![]() ![]() ![]() |