Datadictionary OpenWave 3.1.25
Previous topic Chapter index Next topic

Table: tbmilippccat

 

 

Schema

public

 

Owner

waveuser005

 

Tablespace

(default)

 

Descriptions

Tabel van IPPC-categorien

 

Fields

PK

FK

Name

Data type

Not null

Unique

Inherited

Default

Description

 

dnkey

serial

 

nextval('tbmilippccat_dnkey_seq'::regclass)

Primary key.

 

 

dvcode

varchar(10)

 

 

 

 

Code van IPPC-categorie

 

 

dvomschrijving

varchar(2000)

 

 

 

 

Omschrijving van de IPPC-categorie

 

 

ddvervaldatum

timestamp

 

 

 

 

Vervaldatum van de IPPC-categorie

 

Foreign Keys

There are no foreign keys for table tbmilippccat

 

Check Constraints

Name

Condition

Description

cnn_milippccat_dvcode

dvcode IS NOT NULL

 

 

Indices

Name

Type

Function

Fields

Primary Key

Unique

Description

cpk_tbmilippccat

btree

 

dnkey

 

 

Triggers

There are no triggers for table tbmilippccat

 

Rules

There are no rules for table tbmilippccat

 

Policies

There are no policies for table tbmilippccat

 

Referenced

Table

Schema

Foreign Key

Fields

FK Table

FK Fields

Delete Action

Update Action

Deferrable

Check Time

Description

tbmilinrichtingen

public

cfk_tbmilinricht_keyippccat

dnkeyippccat

public.tbmilippccat

dnkey

Set Null

No Action

 

Immediate

 

 

Properties

Property

Value

Inherited From

 

Rows

0

Pages

0

System

 

Temporary

 

With OID

 

Definition

CREATE TABLE public.tbmilippccat (
 dnkey SERIAL,
 dvcode VARCHAR(10),
 dvomschrijving VARCHAR(2000),
 ddvervaldatum TIMESTAMP WITHOUT TIME ZONE,
 CONSTRAINT cpk_tbmilippccat PRIMARY KEY(dnkey),
 CONSTRAINT cnn_milippccat_dvcode CHECK (dvcode IS NOT NULL)
) ;

COMMENT ON TABLE public.tbmilippccat
IS 'Tabel van IPPC-categorien';

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

COMMENT ON COLUMN public.tbmilippccat.dvcode
IS 'Code van IPPC-categorie';

COMMENT ON COLUMN public.tbmilippccat.dvomschrijving
IS 'Omschrijving van de IPPC-categorie';

COMMENT ON COLUMN public.tbmilippccat.ddvervaldatum
IS 'Vervaldatum van de IPPC-categorie';

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