Datadictionary OpenWave 3.1.11
Previous topic Chapter index Next topic

Table: tbasbesttoegepast

 

 

Schema

public

 

Owner

waveuser005

 

Tablespace

(default)

 

Descriptions

Tabel met omschrijvingen van waar asbest is toegepast zoals dak, erfafscheiding e.d.

 

Fields

PK

FK

Name

Data type

Not null

Unique

Inherited

Default

Description

 

dnkey

serial

 

nextval('tbasbesttoegepast_dnkey_seq'::regclass)

Primary key.

 

 

dvomschrijving

varchar(40)

 

 

 

 

Omschrijving van plek waar asbest is teogepast zoals dak, stalwand, erfafscheiding.

 

 

ddvervaldatum

timestamp

 

 

 

 

Datum waarop omschrijving vervallen is.

 

Foreign Keys

There are no foreign keys for table tbasbesttoegepast

 

Check Constraints

There are no check constraints for table tbasbesttoegepast

 

Indices

Name

Type

Function

Fields

Primary Key

Unique

Description

cpk_tbasbest_toegepast

btree

 

dnkey

 

 

Triggers

There are no triggers for table tbasbesttoegepast

 

Rules

There are no rules for table tbasbesttoegepast

 

Referenced

Table

Schema

Foreign Key

Fields

FK Table

FK Fields

Delete Action

Update Action

Deferrable

Check Time

Description

tbmilasbest

public

cfk_tbmilasbest_dnkeyasbtoe

dnkeyasbesttoegepast

public.tbasbesttoegepast

dnkey

No Action

No Action

 

Immediate

 

 

Properties

Property

Value

Inherited From

 

Rows

0

Pages

0

System

 

Temporary

 

With OID

 

 

Definition

CREATE TABLE public.tbasbesttoegepast (
 dnkey SERIAL,
 dvomschrijving VARCHAR(40),
 ddvervaldatum TIMESTAMP WITHOUT TIME ZONE,
 CONSTRAINT cpk_tbasbest_toegepast PRIMARY KEY(dnkey)
)
WITH (oids = false);

COMMENT ON TABLE public.tbasbesttoegepast
IS 'Tabel met omschrijvingen van waar asbest is toegepast zoals dak, erfafscheiding e.d.';

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

COMMENT ON COLUMN public.tbasbesttoegepast.dvomschrijving
IS 'Omschrijving van plek waar asbest is teogepast zoals dak, stalwand, erfafscheiding.';

COMMENT ON COLUMN public.tbasbesttoegepast.ddvervaldatum
IS 'Datum waarop omschrijving vervallen is.';

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