Datadictionary OpenWave 3.1.11
Previous topic Chapter index Next topic

Table: tbinspbesturingsmodel

 

 

Schema

public

 

Owner

waveuser005

 

Tablespace

(default)

 

Descriptions

Tabel van branches met milieueffect- en nalevingsfactor t.b.v. planning inspectietrajecten bij inrichtingen

 

Fields

PK

FK

Name

Data type

Not null

Unique

Inherited

Default

Description

 

dnkey

serial

 

nextval('tbinspbesturingsmodel_dnkey_seq'::regclass)

Primary key.

 

 

dvcodebranche

varchar(10)

 

 

 

 

Branchecodering conform (antea)-model.

 

 

dvomsbranche

varchar(150)

 

 

 

 

Omschrijvingh van de branche.

 

 

dvhoortbij

char(1)

 

 

 

 

null of (B)ouw of (M)ilieu.

 

 

dfeffectfactor

double precision

 

 

 

 

Factor invloed milieudelict bij branche

 

 

dfnalevingfactor

double precision

 

 

 

 

Factor naleving milieuregels van branche

 

 

ddvervaldatum

timestamp

 

 

 

 

Datum dat branche is komen te vervallen

 

Foreign Keys

There are no foreign keys for table tbinspbesturingsmodel

 

Check Constraints

Name

Condition

Description

chk_tbinspbestmod_dvhoortbij

dvhoortbij = ANY (ARRAY['B'::bpchar, 'M'::bpchar])

 

 

Indices

Name

Type

Function

Fields

Primary Key

Unique

Description

cpk_tbinspbesturingsmodel

btree

 

dnkey

 

 

Triggers

There are no triggers for table tbinspbesturingsmodel

 

Rules

There are no rules for table tbinspbesturingsmodel

 

Referenced

Table

Schema

Foreign Key

Fields

FK Table

FK Fields

Delete Action

Update Action

Deferrable

Check Time

Description

tbmilcodesbi

public

cfk_tbmilcodesbi_keyinspbstmod

dnkeyinspbesturingsmodel

public.tbinspbesturingsmodel

dnkey

No Action

No Action

 

Immediate

 

 

Properties

Property

Value

Inherited From

 

Rows

0

Pages

0

System

 

Temporary

 

With OID

 

 

Definition

CREATE TABLE public.tbinspbesturingsmodel (
 dnkey SERIAL,
 dvcodebranche VARCHAR(10),
 dvomsbranche VARCHAR(150),
 dvhoortbij CHAR(1),
 dfeffectfactor DOUBLE PRECISION,
 dfnalevingfactor DOUBLE PRECISION,
 ddvervaldatum TIMESTAMP WITHOUT TIME ZONE,
 CONSTRAINT cpk_tbinspbesturingsmodel PRIMARY KEY(dnkey),
 CONSTRAINT chk_tbinspbestmod_dvhoortbij CHECK (dvhoortbij = ANY (ARRAY['B'::bpchar, 'M'::bpchar]))
)
WITH (oids = false);

COMMENT ON TABLE public.tbinspbesturingsmodel
IS 'Tabel van branches met milieueffect- en nalevingsfactor t.b.v. planning inspectietrajecten bij inrichtingen';

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

COMMENT ON COLUMN public.tbinspbesturingsmodel.dvcodebranche
IS 'Branchecodering conform (antea)-model.';

COMMENT ON COLUMN public.tbinspbesturingsmodel.dvomsbranche
IS 'Omschrijvingh van de branche.';

COMMENT ON COLUMN public.tbinspbesturingsmodel.dvhoortbij
IS 'null of (B)ouw of (M)ilieu.';

COMMENT ON COLUMN public.tbinspbesturingsmodel.dfeffectfactor
IS 'Factor invloed milieudelict bij branche';

COMMENT ON COLUMN public.tbinspbesturingsmodel.dfnalevingfactor
IS 'Factor naleving milieuregels van branche';

COMMENT ON COLUMN public.tbinspbesturingsmodel.ddvervaldatum
IS 'Datum dat branche 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