Datadictionary OpenWave 3.1.5
Previous topic Chapter index Next topic

Table: tbinspresultaat

 

 

Schema

public

 

Owner

waveuser002

 

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)

 

 

 

 

(H)andhaving of (B)ouwvergunning of (O)verige vergunning of Hore(C)a of I = Inrichting. of (W)abo-omgevingsvergunning.

 

 

ddvervaldatum

timestamp

 

 

 

 

Datum waarop resultaattype is komen te vervallen.

 

Foreign Keys

There are no foreign keys for table tbinspresultaat

 

Checks

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

 

 

Options

Option

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,
 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 '(H)andhaving of (B)ouwvergunning of (O)verige vergunning of Hore(C)a of I = Inrichting. of (W)abo-omgevingsvergunning.';

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

This file was generated with SQL Manager for PostgreSQL (www.pgsqlmanager.com) at 15-5-2014 16:11
Previous topic Chapter index Next topic