Datadictionary OpenWave 3.1.25
Previous topic Chapter index Next topic

Table: tbmilsrtafvalstof

 

 

Schema

public

 

Owner

waveuser005

 

Tablespace

(default)

 

Descriptions

Tabel met soorten afvalstoffen die gekozen kunnen worden bij registratie afvalstoffen bij inrichtingen

 

Fields

PK

FK

Name

Data type

Not null

Unique

Inherited

Default

Description

 

dnkey

serial

 

nextval('tbmilsrtafvalstof_dnkey_seq'::regclass)

Primary key van de tabel

 

 

dvcode

char(20)

 

 

 

 

Afvalstof-klasse codering zoals 1.a

 

 

dnindex

integer

 

 

 

 

Volgnummer

 

 

dvafvalhoofdoms

varchar(60)

 

 

 

 

Hoofdomschrijving van de afvalstof zoals Metalen

 

 

dvafvalsuboms

varchar(200)

 

 

 

 

Subomschrijving van de afvalstof zoals Aluminium

 

 

ddvervaldatum

timestamp

 

 

 

 

De vervaldatum van de afvalstof

 

Foreign Keys

There are no foreign keys for table tbmilsrtafvalstof

 

Check Constraints

Name

Condition

Description

cnn_milsrtaf_code

dvcode IS NOT NULL

 

cnn_milsrtaf_oms

dvafvalhoofdoms IS NOT NULL

 

 

Indices

Name

Type

Function

Fields

Primary Key

Unique

Description

cpk_tbmilsrtafval

btree

 

dnkey

 

 

Triggers

There are no triggers for table tbmilsrtafvalstof

 

Rules

There are no rules for table tbmilsrtafvalstof

 

Policies

There are no policies for table tbmilsrtafvalstof

 

Referenced

Table

Schema

Foreign Key

Fields

FK Table

FK Fields

Delete Action

Update Action

Deferrable

Check Time

Description

tbmilafvalstoffen

public

cfk_tbmilafv_dnkeymilsrtafstof

dnkeymilsrtafvstof

public.tbmilsrtafvalstof

dnkey

No Action

No Action

 

Immediate

 

 

Properties

Property

Value

Inherited From

 

Rows

0

Pages

0

System

 

Temporary

 

With OID

 

Definition

CREATE TABLE public.tbmilsrtafvalstof (
 dnkey SERIAL,
 dvcode CHAR(20),
 dnindex INTEGER,
 dvafvalhoofdoms VARCHAR(60),
 dvafvalsuboms VARCHAR(200),
 ddvervaldatum TIMESTAMP WITHOUT TIME ZONE,
 CONSTRAINT cpk_tbmilsrtafval PRIMARY KEY(dnkey),
 CONSTRAINT cnn_milsrtaf_code CHECK (dvcode IS NOT NULL),
 CONSTRAINT cnn_milsrtaf_oms CHECK (dvafvalhoofdoms IS NOT NULL)
) ;

COMMENT ON TABLE public.tbmilsrtafvalstof
IS 'Tabel met soorten afvalstoffen die gekozen kunnen worden bij registratie afvalstoffen bij inrichtingen';

COMMENT ON COLUMN public.tbmilsrtafvalstof.dnkey
IS 'Primary key van de tabel';

COMMENT ON COLUMN public.tbmilsrtafvalstof.dvcode
IS 'Afvalstof-klasse codering zoals 1.a';

COMMENT ON COLUMN public.tbmilsrtafvalstof.dnindex
IS 'Volgnummer';

COMMENT ON COLUMN public.tbmilsrtafvalstof.dvafvalhoofdoms
IS 'Hoofdomschrijving van de afvalstof zoals Metalen';

COMMENT ON COLUMN public.tbmilsrtafvalstof.dvafvalsuboms
IS 'Subomschrijving van de afvalstof zoals Aluminium';

COMMENT ON COLUMN public.tbmilsrtafvalstof.ddvervaldatum
IS 'De vervaldatum van de afvalstof';

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