Schema
public
Owner
waveuser005
Tablespace
(default)
Descriptions
Tabel met nationaliteitscoderingen conform Landelijke GBA Nationaliteitentabel (tabel 32)
Fields
PK | FK | Name | Data type | Not null | Unique | Inherited | Default | Description |
---|---|---|---|---|---|---|---|---|
|
dvcode |
char(4) |
|
|
Primary key. |
|||
|
|
dvomschrijving |
varchar(50) |
|
|
|
|
Omschrijving nationaliteit. |
|
|
ddvervaldatum |
timestamp |
|
|
|
|
Datum waarvanaf de nationaliteitscode is komen te vervallen. |
Foreign Keys
There are no foreign keys for table tbnationaliteiten
Check Constraints
There are no check constraints for table tbnationaliteiten
Indices
Name | Type | Function | Fields | Primary Key | Unique | Description |
---|---|---|---|---|---|---|
cpk_tbnationaliteiten |
btree |
|
dvcode |
|
Triggers
There are no triggers for table tbnationaliteiten
Rules
There are no rules for table tbnationaliteiten
Referenced
Table | Schema | Foreign Key | Fields | FK Table | FK Fields | Delete Action | Update Action | Deferrable | Check Time | Description |
---|---|---|---|---|---|---|---|---|---|---|
public |
cfk_contactadres_nationaliteit |
dvcodenationaliteit |
dvcode |
No Action |
No Action |
|
Immediate |
|
Properties
Property | Value |
---|---|
Inherited From |
|
Rows |
0 |
Pages |
0 |
System |
|
Temporary |
|
With OID |
|
Definition
CREATE TABLE public.tbnationaliteiten (
dvcode CHAR(4) NOT NULL,
dvomschrijving VARCHAR(50),
ddvervaldatum TIMESTAMP WITHOUT TIME ZONE,
CONSTRAINT cpk_tbnationaliteiten PRIMARY KEY(dvcode)
)
WITH (oids = false);
COMMENT ON TABLE public.tbnationaliteiten
IS 'Tabel met nationaliteitscoderingen conform Landelijke GBA Nationaliteitentabel (tabel 32)';
COMMENT ON COLUMN public.tbnationaliteiten.dvcode
IS 'Primary key.';
COMMENT ON COLUMN public.tbnationaliteiten.dvomschrijving
IS 'Omschrijving nationaliteit.';
COMMENT ON COLUMN public.tbnationaliteiten.ddvervaldatum
IS 'Datum waarvanaf de nationaliteitscode is komen te vervallen.';
This file was generated with SQL Manager for PostgreSQL (www.pgsqlmanager.com) at 22-2-2017 10:50 |
![]() ![]() ![]() |