Datadictionary OpenWave 3.1.25
Previous topic Chapter index Next topic

Table: tbwmtyptebouwproductie

 

 

Schema

public

 

Owner

waveuser005

 

Tablespace

(default)

 

Descriptions

Tabel met mogelijke types bouwproductie waaruit gekozen kan worden tbv woonmonitor

 

Fields

PK

FK

Name

Data type

Not null

Unique

Inherited

Default

Description

 

dnkey

serial

 

nextval('tbwmtyptebouwproductie_dnkey_seq'::regclass)

Primary key

 

 

dvomschrijving

varchar(60)

 

 

 

 

Omschrijving van Type Bouwproductie

 

 

dvtoelichting

varchar(200)

 

 

 

 

Eventuele toevoeging omschrijving Type Bouwproductie

 

 

ddvervaldatum

timestamp

 

 

 

 

Datum dat Type Bouwproductie vervallen is

 

Foreign Keys

There are no foreign keys for table tbwmtyptebouwproductie

 

Check Constraints

Name

Condition

Description

cnn_wmtypebouwproductie_dvomschrijving

dvomschrijving IS NOT NULL

 

 

Indices

Name

Type

Function

Fields

Primary Key

Unique

Description

cpk_tbwmtyptebouwproductie

btree

 

dnkey

 

 

Triggers

There are no triggers for table tbwmtyptebouwproductie

 

Rules

There are no rules for table tbwmtyptebouwproductie

 

Policies

There are no policies for table tbwmtyptebouwproductie

 

Referenced

Table

Schema

Foreign Key

Fields

FK Table

FK Fields

Delete Action

Update Action

Deferrable

Check Time

Description

tbtoestemmingen

public

cfk_toestemming_dnkeywmtyptebouwproductie

dnkeywmtyptebouwproductie

public.tbwmtyptebouwproductie

dnkey

No Action

No Action

 

Immediate

 

 

Properties

Property

Value

Inherited From

 

Rows

0

Pages

0

System

 

Temporary

 

With OID

 

Definition

CREATE TABLE public.tbwmtyptebouwproductie (
 dnkey SERIAL,
 dvomschrijving VARCHAR(60),
 dvtoelichting VARCHAR(200),
 ddvervaldatum TIMESTAMP WITHOUT TIME ZONE,
 CONSTRAINT cpk_tbwmtyptebouwproductie PRIMARY KEY(dnkey),
 CONSTRAINT cnn_wmtypebouwproductie_dvomschrijving CHECK (dvomschrijving IS NOT NULL)
) ;

COMMENT ON TABLE public.tbwmtyptebouwproductie
IS 'Tabel met mogelijke types bouwproductie waaruit gekozen kan worden tbv woonmonitor';

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

COMMENT ON COLUMN public.tbwmtyptebouwproductie.dvomschrijving
IS 'Omschrijving van Type Bouwproductie';

COMMENT ON COLUMN public.tbwmtyptebouwproductie.dvtoelichting
IS 'Eventuele toevoeging omschrijving Type Bouwproductie';

COMMENT ON COLUMN public.tbwmtyptebouwproductie.ddvervaldatum
IS 'Datum dat Type Bouwproductie vervallen is';

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