Datadictionary OpenWave 3.1.11
Previous topic Chapter index Next topic

Table: tbinspresultaat

 

 

Schema

public

 

Owner

waveuser005

 

Tablespace

(default)

 

Descriptions

Tabel met resultaatomschrijvingen van een inspectietraject, zoals ok, doorgezet naar bestuursdwang, vergunning ingetrokken

 

Fields

PK

FK

Name

Data type

Not null

Unique

Inherited

Default

Description

 

dnkey

serial

 

nextval('tbinspresultaat_dnkey_seq'::regclass)

Primary key.

 

 

dvomschrijving

varchar(50)

 

 

 

 

Resultaatomschrijving van inspectie, zoals ok, vergunning ingetrokken, naar bestuursdwang.

 

 

dvvantoepop

char(10)

 

 

 

 

Combinatie van letters: (H)andhaving of (B)ouwvergunning of (O)verige vergunning of Hore(C)a of V = Inrichting/Vestiging. of (W)abo-omgevingsvergunning.

 

 

ddvervaldatum

timestamp

 

 

 

 

Datum waarop resultaattype is komen te vervallen.

 

 

dvdmsaardbesluit

varchar(40)

 

 

 

 

Vertaling van de afronding naar resultaat in het DMS/zaaksysteem

 

Foreign Keys

There are no foreign keys for table tbinspresultaat

 

Check Constraints

There are no check constraints for table tbinspresultaat

 

Indices

Name

Type

Function

Fields

Primary Key

Unique

Description

cpk_tbinspresultaat

btree

 

dnkey

 

 

Triggers

There are no triggers for table tbinspresultaat

 

Rules

There are no rules for table tbinspresultaat

 

Referenced

Table

Schema

Foreign Key

Fields

FK Table

FK Fields

Delete Action

Update Action

Deferrable

Check Time

Description

tbinspecties

public

cfk_tbinspecties_keyinspresul

dnkeyinspresultaat

public.tbinspresultaat

dnkey

No Action

No Action

 

Immediate

 

 

Properties

Property

Value

Inherited From

 

Rows

0

Pages

0

System

 

Temporary

 

With OID

 

 

Definition

CREATE TABLE public.tbinspresultaat (
 dnkey SERIAL,
 dvomschrijving VARCHAR(50),
 dvvantoepop CHAR(10),
 ddvervaldatum TIMESTAMP WITHOUT TIME ZONE,
 dvdmsaardbesluit VARCHAR(40),
 CONSTRAINT cpk_tbinspresultaat PRIMARY KEY(dnkey)
)
WITH (oids = false);

COMMENT ON TABLE public.tbinspresultaat
IS 'Tabel met resultaatomschrijvingen van een inspectietraject, zoals ok, doorgezet naar bestuursdwang, vergunning ingetrokken';

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

COMMENT ON COLUMN public.tbinspresultaat.dvomschrijving
IS 'Resultaatomschrijving van inspectie, zoals ok, vergunning ingetrokken, naar bestuursdwang.';

COMMENT ON COLUMN public.tbinspresultaat.dvvantoepop
IS 'Combinatie van letters: (H)andhaving of (B)ouwvergunning of (O)verige vergunning of Hore(C)a of V = Inrichting/Vestiging. of (W)abo-omgevingsvergunning.';

COMMENT ON COLUMN public.tbinspresultaat.ddvervaldatum
IS 'Datum waarop resultaattype is komen te vervallen.';

COMMENT ON COLUMN public.tbinspresultaat.dvdmsaardbesluit
IS 'Vertaling van de afronding naar resultaat in het DMS/zaaksysteem';

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