Datadictionary OpenWave 3.1.11
Previous topic Chapter index Next topic

Table: tbmilsrtvoorz

 

 

Schema

public

 

Owner

waveuser005

 

Tablespace

(default)

 

Descriptions

Tabel met soorten emissiebeperkende voorzieningen voor lucht en water zoals gasfilter, drainage, klopfilter

 

Fields

PK

FK

Name

Data type

Not null

Unique

Inherited

Default

Description

 

dnkey

serial

 

nextval('tbmilsrtvoorz_dnkey_seq'::regclass)

Primary key.

 

 

dvcode

varchar(5)

 

 

 

 

Codering Soort voorziening.

 

 

dvomschrijving

varchar(60)

 

 

 

 

Omschrijving Soort voorziening bijv. Vetopvanger, roetfilter.

 

 

ddvervaldatum

timestamp

 

 

 

 

 

 

Foreign Keys

There are no foreign keys for table tbmilsrtvoorz

 

Check Constraints

Name

Condition

Description

cnn_milsrtvoorz_dvcode

dvcode IS NOT NULL

 

 

Indices

Name

Type

Function

Fields

Primary Key

Unique

Description

cpk_tbmilsrtvoorz

btree

 

dnkey

 

 

Triggers

There are no triggers for table tbmilsrtvoorz

 

Rules

There are no rules for table tbmilsrtvoorz

 

Referenced

Table

Schema

Foreign Key

Fields

FK Table

FK Fields

Delete Action

Update Action

Deferrable

Check Time

Description

tbmilemlctvoorz

public

cfk_tbmilemlctvz_tbmilsrtvz

dnkeymilsrtvoorz

public.tbmilsrtvoorz

dnkey

No Action

No Action

 

Immediate

 

tbmilemwatvoorz

public

cfk_tbmilemwatvz_tbmilsrtvz

dnkeymilsrtvoorz

public.tbmilsrtvoorz

dnkey

No Action

No Action

 

Immediate

 

 

Properties

Property

Value

Inherited From

 

Rows

0

Pages

0

System

 

Temporary

 

With OID

 

 

Definition

CREATE TABLE public.tbmilsrtvoorz (
 dnkey SERIAL,
 dvcode VARCHAR(5),
 dvomschrijving VARCHAR(60),
 ddvervaldatum TIMESTAMP WITHOUT TIME ZONE,
 CONSTRAINT cpk_tbmilsrtvoorz PRIMARY KEY(dnkey),
 CONSTRAINT cnn_milsrtvoorz_dvcode CHECK (dvcode IS NOT NULL)
)
WITH (oids = false);

COMMENT ON TABLE public.tbmilsrtvoorz
IS 'Tabel met soorten emissiebeperkende voorzieningen voor lucht en water zoals gasfilter, drainage, klopfilter';

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

COMMENT ON COLUMN public.tbmilsrtvoorz.dvcode
IS 'Codering Soort voorziening.';

COMMENT ON COLUMN public.tbmilsrtvoorz.dvomschrijving
IS 'Omschrijving Soort voorziening bijv. Vetopvanger, roetfilter.';

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