Datadictionary OpenWave 3.1.25
Previous topic Chapter index Next topic

Table: tbbezwaarcategorie

 

 

Schema

public

 

Owner

waveuser005

 

Tablespace

(default)

 

Descriptions

Tabel met de te kiezen moeilijkheidscategorie voor bezwaar/beroep zaken

 

Fields

PK

FK

Name

Data type

Not null

Unique

Inherited

Default

Description

 

dnkey

serial

 

nextval('tbbezwaarcategorie_dnkey_seq'::regclass)

Primary key.

 

 

dvomschrijving

varchar(50)

 

 

 

 

Omschrijving van de moeilijkheidscategorie

 

 

ddvervaldatum

timestamp

 

 

 

 

Datum dat de categorie is komen te vervallen

 

Foreign Keys

There are no foreign keys for table tbbezwaarcategorie

 

Check Constraints

Name

Condition

Description

cnn_tbbezwaarcat

dvomschrijving IS NOT NULL

 

 

Indices

Name

Type

Function

Fields

Primary Key

Unique

Description

cpk_tbbezwaarcat

btree

 

dnkey

 

 

Triggers

There are no triggers for table tbbezwaarcategorie

 

Rules

There are no rules for table tbbezwaarcategorie

 

Policies

There are no policies for table tbbezwaarcategorie

 

Referenced

Table

Schema

Foreign Key

Fields

FK Table

FK Fields

Delete Action

Update Action

Deferrable

Check Time

Description

tbbezwaarberoep

public

cfk_bezwaarberoep_dnkeycat

dnkeycat

public.tbbezwaarcategorie

dnkey

Set Null

No Action

 

Immediate

 

tbhandhavingen

public

cfk_tbhandh_dnkeybezwaarcat

dnkeybezwaarcat

public.tbbezwaarcategorie

dnkey

No Action

No Action

 

Immediate

 

tbomgvergunning

public

cfk_tbomgverg_dnkeybezwaarcat

dnkeybezwaarcat

public.tbbezwaarcategorie

dnkey

No Action

No Action

 

Immediate

 

 

Properties

Property

Value

Inherited From

 

Rows

0

Pages

0

System

 

Temporary

 

With OID

 

Definition

CREATE TABLE public.tbbezwaarcategorie (
 dnkey SERIAL,
 dvomschrijving VARCHAR(50),
 ddvervaldatum TIMESTAMP WITHOUT TIME ZONE,
 CONSTRAINT cpk_tbbezwaarcat PRIMARY KEY(dnkey),
 CONSTRAINT cnn_tbbezwaarcat CHECK (dvomschrijving IS NOT NULL)
) ;

COMMENT ON TABLE public.tbbezwaarcategorie
IS 'Tabel met de te kiezen moeilijkheidscategorie voor bezwaar/beroep zaken';

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

COMMENT ON COLUMN public.tbbezwaarcategorie.dvomschrijving
IS 'Omschrijving van de moeilijkheidscategorie';

COMMENT ON COLUMN public.tbbezwaarcategorie.ddvervaldatum
IS 'Datum dat de categorie is komen te vervallen';

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