Datadictionary OpenWave 3.1.32
Previous topic Chapter index Next topic

Table: tbdsoprojectgroep

 

 

Schema

public

 

Owner

waveuser005

 

Tablespace

(default)

 

Descriptions

Tabel van DSO projectgroepen

 

Fields

PK

FK

Name

Data type

Not null

Unique

Inherited

Default

Description

 

dnkey

serial

 

nextval('tbdsoprojectgroep_dnkey_seq'::regclass)

Primary key

 

 

dvomschrijving

varchar(100)

 

 

 

 

Omschrijving van de DSO projectgroep

 

 

ddvervaldatum

timestamp

 

 

 

 

Datum waarop de DSO projectgroep is komen te vervallen

 

 

ddstartdatum

timestamp

 

 

 

 

Startdatum van de DSO projectgroep (veelal de datum waarop de groep is aangemaakt)

 

Foreign Keys

There are no foreign keys for table tbdsoprojectgroep

 

Check Constraints

There are no check constraints for table tbdsoprojectgroep

 

Indices

Name

Type

Function

Fields

Primary Key

Unique

Description

cpk_tbdsoprojectgroep

btree

 

dnkey

 

 

Triggers

There are no triggers for table tbdsoprojectgroep

 

Rules

There are no rules for table tbdsoprojectgroep

 

Policies

There are no policies for table tbdsoprojectgroep

 

Referenced

Table

Schema

Foreign Key

Fields

FK Table

FK Fields

Delete Action

Update Action

Deferrable

Check Time

Description

tbdsokopprojgroep

public

cfk_tbdsokopprojgroep_keydsoprojectgroep

dnkeydsoprojectgroep

public.tbdsoprojectgroep

dnkey

Cascade

No Action

 

Immediate

 

 

Properties

Property

Value

Inherited From

 

Rows

0

Pages

0

System

 

Temporary

 

With OID

 

Definition

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

COMMENT ON TABLE public.tbdsoprojectgroep
IS 'Tabel van DSO projectgroepen';

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

COMMENT ON COLUMN public.tbdsoprojectgroep.dvomschrijving
IS 'Omschrijving van de DSO projectgroep';

COMMENT ON COLUMN public.tbdsoprojectgroep.ddvervaldatum
IS 'Datum waarop de DSO projectgroep is komen te vervallen';

COMMENT ON COLUMN public.tbdsoprojectgroep.ddstartdatum
IS 'Startdatum van de DSO projectgroep (veelal de datum waarop de groep is aangemaakt)';

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