Datadictionary OpenWave 3.1.11
Previous topic Chapter index Next topic

Table: tbbesluittypes

 

 

Schema

public

 

Owner

waveuser005

 

Tablespace

(default)

 

Descriptions

Tabel met besluittypes zoals bedoeld in ZaakTypeCatalogus 2.0

 

Fields

PK

FK

Name

Data type

Not null

Unique

Inherited

Default

Description

 

dnkey

serial

 

nextval('tbbesluittypes_dnkey_seq'::regclass)

Primary key.

 

 

dvidentificatie

varchar(50)

 

 

 

 

Identificatie van het besluittype voor communicatie met externe (zaak)systemen.

 

 

dvtype

varchar(80)

 

 

 

 

Het besluittype zoals bedoeld in ZaakTypeCatalogus 2.0.

 

 

dvvantoepop

char(10)

 

 

 

 

(H)andhaving of (B)ouwvergunning of (O)verige vergunning of Hore(C)a of E = milieu/brandweerverg. of (W)abo-omgevingsvergunning.

 

 

ddvervaldatum

timestamp

 

 

 

 

Datum waarop besluittype is komen te vervallen.

 

Foreign Keys

There are no foreign keys for table tbbesluittypes

 

Check Constraints

There are no check constraints for table tbbesluittypes

 

Indices

Name

Type

Function

Fields

Primary Key

Unique

Description

cpk_tbbesluittypes

btree

 

dnkey

 

 

Triggers

There are no triggers for table tbbesluittypes

 

Rules

There are no rules for table tbbesluittypes

 

Referenced

Table

Schema

Foreign Key

Fields

FK Table

FK Fields

Delete Action

Update Action

Deferrable

Check Time

Description

tbbouwvergunningen

public

cfk_tbbouwverg_keybesluittypes

dnkeybesluittypes

public.tbbesluittypes

dnkey

No Action

No Action

 

Immediate

 

tbhandhavingen

public

cfk_tbhandh_keybesluittypes

dnkeybesluittypes

public.tbbesluittypes

dnkey

No Action

No Action

 

Immediate

 

tbhorecavergunningen

public

cfk_tbhorverg_keybesluittypes

dnkeybesluittypes

public.tbbesluittypes

dnkey

No Action

No Action

 

Immediate

 

tbmilvergunningen

public

cfk_tbmilverg_keybesluittypes

dnkeybesluittypes

public.tbbesluittypes

dnkey

No Action

No Action

 

Immediate

 

tbomgvergunning

public

cfk_tbomgverg_keybesluittypes

dnkeybesluittypes

public.tbbesluittypes

dnkey

No Action

No Action

 

Immediate

 

tbovvergunningen

public

cfk_tbovverg_keybesluittypes

dnkeybesluittypes

public.tbbesluittypes

dnkey

No Action

No Action

 

Immediate

 

 

Properties

Property

Value

Inherited From

 

Rows

0

Pages

0

System

 

Temporary

 

With OID

 

 

Definition

CREATE TABLE public.tbbesluittypes (
 dnkey SERIAL,
 dvidentificatie VARCHAR(50),
 dvtype VARCHAR(80),
 dvvantoepop CHAR(10),
 ddvervaldatum TIMESTAMP WITHOUT TIME ZONE,
 CONSTRAINT cpk_tbbesluittypes PRIMARY KEY(dnkey)
)
WITH (oids = false);

COMMENT ON TABLE public.tbbesluittypes
IS 'Tabel met besluittypes zoals bedoeld in ZaakTypeCatalogus 2.0';

COMMENT ON COLUMN public.tbbesluittypes.dnkey
IS 'Primary key.';

COMMENT ON COLUMN public.tbbesluittypes.dvidentificatie
IS 'Identificatie van het besluittype voor communicatie met externe (zaak)systemen.';

COMMENT ON COLUMN public.tbbesluittypes.dvtype
IS 'Het besluittype zoals bedoeld in ZaakTypeCatalogus 2.0.';

COMMENT ON COLUMN public.tbbesluittypes.dvvantoepop
IS '(H)andhaving of (B)ouwvergunning of (O)verige vergunning of Hore(C)a of E = milieu/brandweerverg. of (W)abo-omgevingsvergunning.';

COMMENT ON COLUMN public.tbbesluittypes.ddvervaldatum
IS 'Datum waarop besluittype is komen te vervallen.';

This file was generated with SQL Manager for PostgreSQL (www.pgsqlmanager.com) at 22-2-2017 10:50
Previous topic Chapter index Next topic