Datadictionary OpenWave 3.1.11
Previous topic Chapter index Next topic

Table: tbhorsoortklacht

 

 

Schema

public

 

Owner

waveuser005

 

Tablespace

(default)

 

Descriptions

Tabel met mogelijke horeca klachtsoorten zoals geluidsoverlast, vechtpartijen

 

Fields

PK

FK

Name

Data type

Not null

Unique

Inherited

Default

Description

 

dnkey

serial

 

nextval('tbhorsoortklacht_dnkey_seq'::regclass)

Primary Key.

 

 

dvomschrijving

varchar(30)

 

 

 

 

Omschrijving van de categorie klacht.

 

 

ddvervaldatum

timestamp

 

 

 

 

VervalDatum.

 

Foreign Keys

There are no foreign keys for table tbhorsoortklacht

 

Check Constraints

There are no check constraints for table tbhorsoortklacht

 

Indices

Name

Type

Function

Fields

Primary Key

Unique

Description

cpk_tbhorsoortklacht

btree

 

dnkey

 

 

Triggers

There are no triggers for table tbhorsoortklacht

 

Rules

There are no rules for table tbhorsoortklacht

 

Referenced

Table

Schema

Foreign Key

Fields

FK Table

FK Fields

Delete Action

Update Action

Deferrable

Check Time

Description

tbhorklachten

public

cfk_horklacht_horsoortklacht

dnkeyhorsoortklacht

public.tbhorsoortklacht

dnkey

No Action

No Action

 

Immediate

 

 

Properties

Property

Value

Inherited From

 

Rows

0

Pages

0

System

 

Temporary

 

With OID

 

 

Definition

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

COMMENT ON TABLE public.tbhorsoortklacht
IS 'Tabel met mogelijke horeca klachtsoorten zoals geluidsoverlast, vechtpartijen';

COMMENT ON COLUMN public.tbhorsoortklacht.dnkey
IS 'Primary Key.';

COMMENT ON COLUMN public.tbhorsoortklacht.dvomschrijving
IS 'Omschrijving van de categorie klacht.';

COMMENT ON COLUMN public.tbhorsoortklacht.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