Datadictionary OpenWave 3.1.32
Previous topic Chapter index Next topic

Table: tbdocumentfase

 

 

Schema

public

 

Owner

waveuser005

 

Tablespace

(default)

 

Descriptions

Tabel met documentfasen te gebruiken bij geregistreerde documenten (tbcorrespondentie)

 

Fields

PK

FK

Name

Data type

Not null

Unique

Inherited

Default

Description

 

dnkey

serial

 

nextval('tbdocumentfase_dnkey_seq'::regclass)

Primary key

 

 

dvdocfase

varchar(50)

 

 

 

 

Documentfase

 

 

dvdocfaseoms

varchar(200)

 

 

 

 

Omschrijving van documentfase

 

 

ddvervaldatum

timestamp

 

 

 

 

Vervaldatum van documentfase

 

Foreign Keys

There are no foreign keys for table tbdocumentfase

 

Check Constraints

Name

Condition

Description

cnn_tbdocumentfase_dvdocfase

dvdocfase IS NOT NULL

 

 

Indices

Name

Type

Function

Fields

Primary Key

Unique

Description

cpk_tbdocumentfase

btree

 

dnkey

 

 

Triggers

There are no triggers for table tbdocumentfase

 

Rules

There are no rules for table tbdocumentfase

 

Policies

There are no policies for table tbdocumentfase

 

Referenced

Table

Schema

Foreign Key

Fields

FK Table

FK Fields

Delete Action

Update Action

Deferrable

Check Time

Description

tbcorrespondentie

public

cfk_tbcorresp_dnkeydocfase

dnkeydocfase

public.tbdocumentfase

dnkey

Set Null

No Action

 

Immediate

 

 

Properties

Property

Value

Inherited From

 

Rows

0

Pages

0

System

 

Temporary

 

With OID

 

Definition

CREATE TABLE public.tbdocumentfase (
 dnkey SERIAL,
 dvdocfase VARCHAR(50),
 dvdocfaseoms VARCHAR(200),
 ddvervaldatum TIMESTAMP WITHOUT TIME ZONE,
 CONSTRAINT cpk_tbdocumentfase PRIMARY KEY(dnkey),
 CONSTRAINT cnn_tbdocumentfase_dvdocfase CHECK (dvdocfase IS NOT NULL)
) ;

COMMENT ON TABLE public.tbdocumentfase
IS 'Tabel met documentfasen te gebruiken bij geregistreerde documenten (tbcorrespondentie)';

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

COMMENT ON COLUMN public.tbdocumentfase.dvdocfase
IS 'Documentfase';

COMMENT ON COLUMN public.tbdocumentfase.dvdocfaseoms
IS 'Omschrijving van documentfase';

COMMENT ON COLUMN public.tbdocumentfase.ddvervaldatum
IS 'Vervaldatum van documentfase';

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