Datadictionary OpenWave 3.1.11
Previous topic Chapter index Next topic

Table: tbdocumenttype

 

 

Schema

public

 

Owner

waveuser005

 

Tablespace

(default)

 

Descriptions

Tabel met documentypes zoals o.m. bedoeld in de gelderse zaaktypecatalogus voor uploads naar dms, bijv veroek om aanvullende informatie, statusmelding , ontvangsbevestiging

 

Fields

PK

FK

Name

Data type

Not null

Unique

Inherited

Default

Description

 

dnkey

serial

 

nextval('tbdocumenttype_dnkey_seq'::regclass)

Primary key.

 

 

dvdoctype

varchar(80)

 

 

 

 

Omschrijving bijv veroek om aanvullende informatie, statusmelding , ontvangsbevestiging

 

 

ddvervaldatum

timestamp

 

 

 

 

Datum waarvanaf type niet meer gebruikt kan worden voor upload naar dms.

 

Foreign Keys

There are no foreign keys for table tbdocumenttype

 

Check Constraints

There are no check constraints for table tbdocumenttype

 

Indices

Name

Type

Function

Fields

Primary Key

Unique

Description

cpk_tbdocumenttype

btree

 

dnkey

 

 

Triggers

There are no triggers for table tbdocumenttype

 

Rules

There are no rules for table tbdocumenttype

 

Referenced

Table

Schema

Foreign Key

Fields

FK Table

FK Fields

Delete Action

Update Action

Deferrable

Check Time

Description

tbzaaktypedoctype

public

cfk_tbzaaktdoctype_keydoctype

dnkeydocumenttype

public.tbdocumenttype

dnkey

Cascade

No Action

 

Immediate

 

 

Properties

Property

Value

Inherited From

 

Rows

0

Pages

0

System

 

Temporary

 

With OID

 

 

Definition

CREATE TABLE public.tbdocumenttype (
 dnkey SERIAL,
 dvdoctype VARCHAR(80),
 ddvervaldatum TIMESTAMP WITHOUT TIME ZONE,
 CONSTRAINT cpk_tbdocumenttype PRIMARY KEY(dnkey)
)
WITH (oids = false);

COMMENT ON TABLE public.tbdocumenttype
IS 'Tabel met documentypes zoals o.m. bedoeld in de gelderse zaaktypecatalogus voor uploads naar dms, bijv veroek om aanvullende informatie, statusmelding , ontvangsbevestiging';

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

COMMENT ON COLUMN public.tbdocumenttype.dvdoctype
IS 'Omschrijving bijv veroek om aanvullende informatie, statusmelding , ontvangsbevestiging';

COMMENT ON COLUMN public.tbdocumenttype.ddvervaldatum
IS 'Datum waarvanaf type niet meer gebruikt kan worden voor upload naar dms.';

This file was generated with SQL Manager for PostgreSQL (www.pgsqlmanager.com) at 22-2-2017 10:50
Previous topic Chapter index Next topic