Datadictionary OpenWave 3.1.11
Previous topic Chapter index Next topic

Table: tbbestemtoetscriteria

 

 

Schema

public

 

Owner

waveuser005

 

Tablespace

(default)

 

Descriptions

Tabel met mogelijke bestemmingsplancriteria waaraan een bouwplan kan worden getoetst

 

Fields

PK

FK

Name

Data type

Not null

Unique

Inherited

Default

Description

 

dnkey

serial

 

nextval('tbbestemtoetscriteria_dnkey_seq'::regclass)

Primary key.

 

 

dvcriterium

varchar(30)

 

 

 

 

toetsingscriterium.

 

 

ddvervaldatum

timestamp

 

 

 

 

Datum waarop criterium vervallen is.

 

Foreign Keys

There are no foreign keys for table tbbestemtoetscriteria

 

Check Constraints

There are no check constraints for table tbbestemtoetscriteria

 

Indices

Name

Type

Function

Fields

Primary Key

Unique

Description

cpk_tbbestemtoetscriteria

btree

 

dnkey

 

 

Triggers

There are no triggers for table tbbestemtoetscriteria

 

Rules

There are no rules for table tbbestemtoetscriteria

 

Referenced

Table

Schema

Foreign Key

Fields

FK Table

FK Fields

Delete Action

Update Action

Deferrable

Check Time

Description

tbomgvergbestemtoets

public

cfk_tbomgbestemt_keycrit

dnkeybestemtoetscrit

public.tbbestemtoetscriteria

dnkey

No Action

No Action

 

Immediate

 

 

Properties

Property

Value

Inherited From

 

Rows

0

Pages

0

System

 

Temporary

 

With OID

 

 

Definition

CREATE TABLE public.tbbestemtoetscriteria (
 dnkey SERIAL,
 dvcriterium VARCHAR(30),
 ddvervaldatum TIMESTAMP WITHOUT TIME ZONE,
 CONSTRAINT cpk_tbbestemtoetscriteria PRIMARY KEY(dnkey)
)
WITH (oids = false);

COMMENT ON TABLE public.tbbestemtoetscriteria
IS 'Tabel met mogelijke bestemmingsplancriteria waaraan een bouwplan kan worden getoetst';

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

COMMENT ON COLUMN public.tbbestemtoetscriteria.dvcriterium
IS 'toetsingscriterium.';

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