Datadictionary OpenWave 3.1.29
Previous topic Chapter index Next topic

Table: tbmilzwemcodetabel

 

 

Schema

public

 

Owner

waveuser005

 

Tablespace

(default)

 

Descriptions

Codetabel die gebruikt wordt vanuit tbmilinrichtingen, tbmilzwemvragenlijst en tbmilzwemplaats voor maken dropdownlijstjes

 

Fields

PK

FK

Name

Data type

Not null

Unique

Inherited

Default

Description

 

dnkey

serial

 

nextval('tbmilzwemcodetabel_dnkey_seq'::regclass)

Primary key

 

 

dvcode

varchar(50)

 

 

 

 

Codering waarop dropdownlistitem gegroepeerd wordt bijv aard, lab of suppletie

 

 

dvomschrijving

varchar(200)

 

 

 

 

Omschrijving van het item

 

 

ddvervaldatum

timestamp

 

 

 

 

Datum dat item is komen te vervallen

 

Foreign Keys

There are no foreign keys for table tbmilzwemcodetabel

 

Check Constraints

There are no check constraints for table tbmilzwemcodetabel

 

Indices

Name

Type

Function

Fields

Primary Key

Unique

Description

cpk_tbmilzwemcodetabel

btree

 

dnkey

 

 

Triggers

There are no triggers for table tbmilzwemcodetabel

 

Rules

There are no rules for table tbmilzwemcodetabel

 

Policies

There are no policies for table tbmilzwemcodetabel

 

Referenced

Table

Schema

Foreign Key

Fields

FK Table

FK Fields

Delete Action

Update Action

Deferrable

Check Time

Description

tbmilinrichtingen

public

cfk_tbmilinr_keyzwemcodetabel_aard_code

dnkeyzwemcodetabel_aard_code

public.tbmilzwemcodetabel

dnkey

No Action

No Action

 

Immediate

 

tbmilinrichtingen

public

cfk_tbmilinr_keyzwemcodetabel_lab_code

dnkeyzwemcodetabel_lab_code

public.tbmilzwemcodetabel

dnkey

No Action

No Action

 

Immediate

 

tbmilinrichtingen

public

cfk_tbmilinr_keyzwemcodetabel_soort_code

dnkeyzwemcodetabel_soort_code

public.tbmilzwemcodetabel

dnkey

No Action

No Action

 

Immediate

 

tbmilinrichtingen

public

cfk_tbmilinr_keyzwemcodetabel_suppletie_code

dnkeyzwemcodetabel_suppletie_code

public.tbmilzwemcodetabel

dnkey

No Action

No Action

 

Immediate

 

tbmilzwemanalyse

public

cfk_tbmilzwemanalyse_keyzwemcodetabel_geur

dnkeyzwemcodetabel_geur

public.tbmilzwemcodetabel

dnkey

No Action

No Action

 

Immediate

 

tbmilzwemanalyse

public

cfk_tbmilzwemanalyse_keyzwemcodetabel_kleur

dnkeyzwemcodetabel_kleur

public.tbmilzwemcodetabel

dnkey

No Action

No Action

 

Immediate

 

tbmilzwemplaats

public

cfk_tbmilzwemplaats_keyzwemcodetabel_soortbad_code

dnkeyzwemcodetabel_soortbad_code

public.tbmilzwemcodetabel

dnkey

No Action

No Action

 

Immediate

 

tbmilzwemplaats

public

cfk_tbmilzwemplaats_keyzwemcodetabel_zwembadsysteem

dnkeyzwemcodetabel_zwembadsysteem

public.tbmilzwemcodetabel

dnkey

No Action

No Action

 

Immediate

 

 

Properties

Property

Value

Inherited From

 

Rows

0

Pages

0

System

 

Temporary

 

With OID

 

Definition

CREATE TABLE public.tbmilzwemcodetabel (
 dnkey SERIAL,
 dvcode VARCHAR(50),
 dvomschrijving VARCHAR(200),
 ddvervaldatum TIMESTAMP WITHOUT TIME ZONE,
 CONSTRAINT cpk_tbmilzwemcodetabel PRIMARY KEY(dnkey)
) ;

COMMENT ON TABLE public.tbmilzwemcodetabel
IS 'Codetabel die gebruikt wordt vanuit tbmilinrichtingen, tbmilzwemvragenlijst en tbmilzwemplaats voor maken dropdownlijstjes';

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

COMMENT ON COLUMN public.tbmilzwemcodetabel.dvcode
IS 'Codering waarop dropdownlistitem gegroepeerd wordt bijv aard, lab of suppletie';

COMMENT ON COLUMN public.tbmilzwemcodetabel.dvomschrijving
IS 'Omschrijving van het item';

COMMENT ON COLUMN public.tbmilzwemcodetabel.ddvervaldatum
IS 'Datum dat item is komen te vervallen';

This file was generated with SQL Manager for PostgreSQL (www.pgsqlmanager.com) at 10-11-2023 08:34
Previous topic Chapter index Next topic