Datadictionary OpenWave 3.1.32
Previous topic Chapter index Next topic

Table: tbmilsrtlozing

 

 

Schema

public

 

Owner

waveuser005

 

Tablespace

(default)

 

Descriptions

Tabel met manieren t.b.v. de tabel tbmilemwater waarop geloosd kan worden zoals op persriool of op oppervlaktewater

 

Fields

PK

FK

Name

Data type

Not null

Unique

Inherited

Default

Description

 

dnkey

serial

 

nextval('tbmilsrtlozing_dnkey_seq'::regclass)

Primary key.

 

 

dvcode

varchar(5)

 

 

 

 

Codering Soort lozing.

 

 

dvomschrijving

varchar(60)

 

 

 

 

Omschrijving Soort lozing bijv. oppervlaktewater, mestkelder, riolering, bodem.

 

 

ddvervaldatum

timestamp

 

 

 

 

 

 

dnkeymilrubriek

integer

 

 

 

 

Foreign key naar tbmilrubriek.dnkey

 

Foreign Keys

Name

Fields

FK Table

FK Fields

Delete Action

Update Action

Deferrable

Check Time

Description

cfk_tbmilsrtlozing_keymilrubriek

dnkeymilrubriek

public.tbmilrubriek

dnkey

Set Null

No Action

 

Immediate

 

 

Check Constraints

Name

Condition

Description

cnn_milsrtlozing_dvcode

dvcode IS NOT NULL

 

 

Indices

Name

Type

Function

Fields

Primary Key

Unique

Description

cpk_tbmilsrtlozing

btree

 

dnkey

 

 

Triggers

There are no triggers for table tbmilsrtlozing

 

Rules

There are no rules for table tbmilsrtlozing

 

Policies

There are no policies for table tbmilsrtlozing

 

Referenced

Table

Schema

Foreign Key

Fields

FK Table

FK Fields

Delete Action

Update Action

Deferrable

Check Time

Description

tbmilemwater

public

cfk_tbmilemwater_tbmilsrtloz

dnkeymilsrtlozing

public.tbmilsrtlozing

dnkey

No Action

No Action

 

Immediate

 

 

Properties

Property

Value

Inherited From

 

Rows

0

Pages

0

System

 

Temporary

 

With OID

 

Definition

CREATE TABLE public.tbmilsrtlozing (
 dnkey SERIAL,
 dvcode VARCHAR(5),
 dvomschrijving VARCHAR(60),
 ddvervaldatum TIMESTAMP WITHOUT TIME ZONE,
 dnkeymilrubriek INTEGER,
 CONSTRAINT cpk_tbmilsrtlozing PRIMARY KEY(dnkey),
 CONSTRAINT cnn_milsrtlozing_dvcode CHECK (dvcode IS NOT NULL),
 CONSTRAINT cfk_tbmilsrtlozing_keymilrubriek FOREIGN KEY (dnkeymilrubriek)
   REFERENCES public.tbmilrubriek(dnkey)
   ON DELETE SET NULL
   ON UPDATE NO ACTION
   NOT DEFERRABLE

) ;

COMMENT ON TABLE public.tbmilsrtlozing
IS 'Tabel met manieren t.b.v. de tabel tbmilemwater waarop geloosd kan worden zoals op persriool of op oppervlaktewater';

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

COMMENT ON COLUMN public.tbmilsrtlozing.dvcode
IS 'Codering Soort lozing.';

COMMENT ON COLUMN public.tbmilsrtlozing.dvomschrijving
IS 'Omschrijving Soort lozing bijv. oppervlaktewater, mestkelder, riolering, bodem.';

COMMENT ON COLUMN public.tbmilsrtlozing.dnkeymilrubriek
IS 'Foreign key naar tbmilrubriek.dnkey';

This file was generated with SQL Manager for PostgreSQL (www.pgsqlmanager.com) at 2-5-2025 13:49
Previous topic Chapter index Next topic