Datadictionary OpenWave 3.1.11
Previous topic Chapter index Next topic

Table: tbbestplancategorie

 

 

Schema

public

 

Owner

waveuser005

 

Tablespace

(default)

 

Descriptions

Tabel met soorten bestemmingsplancategorieen zoals basisplan of uitwerkingsplan

 

Fields

PK

FK

Name

Data type

Not null

Unique

Inherited

Default

Description

 

dnkey

serial

 

nextval('tbbestplancategorie_dnkey_seq'::regclass)

Primary key.

 

 

dvomschrijving

varchar(50)

 

 

 

 

Omschrijving van de categorie bestemmingsplan.

 

 

ddvervaldatum

timestamp

 

 

 

 

Datum waarop categorie vervallen is.

 

Foreign Keys

There are no foreign keys for table tbbestplancategorie

 

Check Constraints

There are no check constraints for table tbbestplancategorie

 

Indices

Name

Type

Function

Fields

Primary Key

Unique

Description

cpk_tbbestplancategorie

btree

 

dnkey

 

 

Triggers

There are no triggers for table tbbestplancategorie

 

Rules

There are no rules for table tbbestplancategorie

 

Referenced

Table

Schema

Foreign Key

Fields

FK Table

FK Fields

Delete Action

Update Action

Deferrable

Check Time

Description

tbsrtbestplan

public

cfk_tbsrtbestplan_categor

dnkeybestplancategorie

public.tbbestplancategorie

dnkey

No Action

No Action

 

Immediate

 

 

Properties

Property

Value

Inherited From

 

Rows

0

Pages

0

System

 

Temporary

 

With OID

 

 

Definition

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

COMMENT ON TABLE public.tbbestplancategorie
IS 'Tabel met soorten bestemmingsplancategorieen zoals basisplan of uitwerkingsplan';

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

COMMENT ON COLUMN public.tbbestplancategorie.dvomschrijving
IS 'Omschrijving van de categorie bestemmingsplan.';

COMMENT ON COLUMN public.tbbestplancategorie.ddvervaldatum
IS 'Datum waarop categorie 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