Datadictionary OpenWave 3.1.11
Previous topic Chapter index Next topic

Table: tbwelstandbeeldkwal

 

 

Schema

public

 

Owner

waveuser005

 

Tablespace

(default)

 

Descriptions

Tabel met beeldkwaliteitsplannen (welstand)

 

Fields

PK

FK

Name

Data type

Not null

Unique

Inherited

Default

Description

 

dnkey

serial

 

nextval('tbwelstandbeeldkwal_dnkey_seq'::regclass)

Primary key.

 

 

dvomschrijving

varchar(100)

 

 

 

 

Beeldkwaliteitsomeschrijving.

 

 

ddvervaldatum

timestamp

 

 

 

 

Datum dat beeldkwaliteistomschrijving komt te vervallen.

 

Foreign Keys

There are no foreign keys for table tbwelstandbeeldkwal

 

Check Constraints

Name

Condition

Description

cnn_tbwelstbldkwal_dvomschr

dvomschrijving IS NOT NULL

 

 

Indices

Name

Type

Function

Fields

Primary Key

Unique

Description

cpk_tbwelstandbeeldkwal

btree

 

dnkey

 

idx_welstbldkwal_vervaldat

btree

 

ddvervaldatum

 

 

 

 

Triggers

There are no triggers for table tbwelstandbeeldkwal

 

Rules

There are no rules for table tbwelstandbeeldkwal

 

Referenced

Table

Schema

Foreign Key

Fields

FK Table

FK Fields

Delete Action

Update Action

Deferrable

Check Time

Description

tbbouwvergunningen

public

cfk_tbbouwverg_tbwelstbldkwl

dnkeywelstbeeldkwal

public.tbwelstandbeeldkwal

dnkey

No Action

No Action

 

Immediate

 

tbomgvergunning

public

cfk_omgverg_keywelstbldkwl

dnkeywelstbeeldkwal

public.tbwelstandbeeldkwal

dnkey

No Action

No Action

 

Immediate

 

tbovvergunningen

public

cfk_tbovverg_tbwelstbldkwl

dnkeywelstbeeldkwal

public.tbwelstandbeeldkwal

dnkey

No Action

No Action

 

Immediate

 

 

Properties

Property

Value

Inherited From

 

Rows

0

Pages

0

System

 

Temporary

 

With OID

 

 

Definition

CREATE TABLE public.tbwelstandbeeldkwal (
 dnkey SERIAL,
 dvomschrijving VARCHAR(100),
 ddvervaldatum TIMESTAMP WITHOUT TIME ZONE,
 CONSTRAINT cpk_tbwelstandbeeldkwal PRIMARY KEY(dnkey),
 CONSTRAINT cnn_tbwelstbldkwal_dvomschr CHECK (dvomschrijving IS NOT NULL)
)
WITH (oids = false);

COMMENT ON TABLE public.tbwelstandbeeldkwal
IS 'Tabel met beeldkwaliteitsplannen (welstand)';

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

COMMENT ON COLUMN public.tbwelstandbeeldkwal.dvomschrijving
IS 'Beeldkwaliteitsomeschrijving.';

COMMENT ON COLUMN public.tbwelstandbeeldkwal.ddvervaldatum
IS 'Datum dat beeldkwaliteistomschrijving komt te vervallen.';

CREATE INDEX idx_welstbldkwal_vervaldat ON public.tbwelstandbeeldkwal
 USING btree (ddvervaldatum);

This file was generated with SQL Manager for PostgreSQL (www.pgsqlmanager.com) at 22-2-2017 10:50
Previous topic Chapter index Next topic