Datadictionary OpenWave 3.1.25
Previous topic Chapter index Next topic

Table: tbklachtbinkomsttype

 

 

Schema

public

 

Owner

waveuser005

 

Tablespace

(default)

 

Descriptions

Tabel met manier waarop klacht is binnengekomentyperingen

 

Fields

PK

FK

Name

Data type

Not null

Unique

Inherited

Default

Description

 

dnkey

serial

 

nextval('tbklachtbinkomsttype_dnkey_seq'::regclass)

Primary key.

 

 

dvomschrijving

varchar(100)

 

 

 

 

Werkformulier, telefoon, email etc

 

 

ddvervaldatum

timestamp

 

 

 

 

Datum dat type vervallen is.

 

Foreign Keys

There are no foreign keys for table tbklachtbinkomsttype

 

Check Constraints

There are no check constraints for table tbklachtbinkomsttype

 

Indices

Name

Type

Function

Fields

Primary Key

Unique

Description

cpk_tbklachtbinkomsttype

btree

 

dnkey

 

 

Triggers

There are no triggers for table tbklachtbinkomsttype

 

Rules

There are no rules for table tbklachtbinkomsttype

 

Policies

There are no policies for table tbklachtbinkomsttype

 

Referenced

Table

Schema

Foreign Key

Fields

FK Table

FK Fields

Delete Action

Update Action

Deferrable

Check Time

Description

tbomgvergunning

public

cfk_tbomgverg_keyklachtbinktyp

dnkeyklachtbinkomsttype

public.tbklachtbinkomsttype

dnkey

No Action

No Action

 

Immediate

 

 

Properties

Property

Value

Inherited From

 

Rows

0

Pages

0

System

 

Temporary

 

With OID

 

Definition

CREATE TABLE public.tbklachtbinkomsttype (
 dnkey SERIAL,
 dvomschrijving VARCHAR(100),
 ddvervaldatum TIMESTAMP WITHOUT TIME ZONE,
 CONSTRAINT cpk_tbklachtbinkomsttype PRIMARY KEY(dnkey)
) ;

COMMENT ON TABLE public.tbklachtbinkomsttype
IS 'Tabel met manier waarop klacht is binnengekomentyperingen';

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

COMMENT ON COLUMN public.tbklachtbinkomsttype.dvomschrijving
IS 'Werkformulier, telefoon, email etc';

COMMENT ON COLUMN public.tbklachtbinkomsttype.ddvervaldatum
IS 'Datum dat type vervallen is.';

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