Datadictionary OpenWave 3.1.25
Previous topic Chapter index Next topic

Table: tbsoorturen

 

 

Schema

public

 

Owner

waveuser005

 

Tablespace

(default)

 

Descriptions

Tabel met urensoorten tbv urenverantwoording

 

Fields

PK

FK

Name

Data type

Not null

Unique

Inherited

Default

Description

 

dnkey

serial

 

nextval('tbsoorturen_dnkey_seq'::regclass)

Primary key.

 

 

dvomschrijving

varchar(50)

 

 

 

 

Omschrijving van de soort uren zoals voorbereiding, administratie, controle.

 

 

ddvervaldatum

timestamp

 

 

 

 

Datum waarop de urensoort is komen te vervallen.

 

Foreign Keys

There are no foreign keys for table tbsoorturen

 

Check Constraints

There are no check constraints for table tbsoorturen

 

Indices

Name

Type

Function

Fields

Primary Key

Unique

Description

cpk_tbsoorturen

btree

 

dnkey

 

 

Triggers

There are no triggers for table tbsoorturen

 

Rules

There are no rules for table tbsoorturen

 

Policies

There are no policies for table tbsoorturen

 

Referenced

Table

Schema

Foreign Key

Fields

FK Table

FK Fields

Delete Action

Update Action

Deferrable

Check Time

Description

tburen

public

cfk_uren_keysoorturen

dnkeysoorturen

public.tbsoorturen

dnkey

No Action

No Action

 

Immediate

 

 

Properties

Property

Value

Inherited From

 

Rows

0

Pages

0

System

 

Temporary

 

With OID

 

Definition

CREATE TABLE public.tbsoorturen (
 dnkey SERIAL,
 dvomschrijving VARCHAR(50),
 ddvervaldatum TIMESTAMP WITHOUT TIME ZONE,
 CONSTRAINT cpk_tbsoorturen PRIMARY KEY(dnkey)
) ;

COMMENT ON TABLE public.tbsoorturen
IS 'Tabel met urensoorten tbv urenverantwoording';

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

COMMENT ON COLUMN public.tbsoorturen.dvomschrijving
IS 'Omschrijving van de soort uren zoals voorbereiding, administratie, controle.';

COMMENT ON COLUMN public.tbsoorturen.ddvervaldatum
IS 'Datum waarop de urensoort 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