Datadictionary OpenWave 3.1.11
Previous topic Chapter index Next topic

Table: tbhorgebied

 

 

Schema

public

 

Owner

waveuser005

 

Tablespace

(default)

 

Descriptions

Tabel met mogelijke gebiedsduidingen zoals binnenstand, 19e eenwse gordel

 

Fields

PK

FK

Name

Data type

Not null

Unique

Inherited

Default

Description

 

dnkey

serial

 

nextval('tbhorgebied_dnkey_seq'::regclass)

Primary key.

 

 

dvomschrijving

varchar(30)

 

 

 

 

Omschrijving horecagebied.

 

 

ddvervaldatum

timestamp

 

 

 

 

VervalDatum.

 

Foreign Keys

There are no foreign keys for table tbhorgebied

 

Check Constraints

There are no check constraints for table tbhorgebied

 

Indices

Name

Type

Function

Fields

Primary Key

Unique

Description

cpk_tbhorgebied

btree

 

dnkey

 

 

Triggers

There are no triggers for table tbhorgebied

 

Rules

There are no rules for table tbhorgebied

 

Referenced

Table

Schema

Foreign Key

Fields

FK Table

FK Fields

Delete Action

Update Action

Deferrable

Check Time

Description

tbhorecavergunningen

public

cfk_horverg_horgebied

dnkeygebied

public.tbhorgebied

dnkey

No Action

No Action

 

Immediate

 

 

Properties

Property

Value

Inherited From

 

Rows

0

Pages

0

System

 

Temporary

 

With OID

 

 

Definition

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

COMMENT ON TABLE public.tbhorgebied
IS 'Tabel met mogelijke gebiedsduidingen zoals binnenstand, 19e eenwse gordel';

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

COMMENT ON COLUMN public.tbhorgebied.dvomschrijving
IS 'Omschrijving horecagebied.';

COMMENT ON COLUMN public.tbhorgebied.ddvervaldatum
IS 'VervalDatum.';

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