Datadictionary OpenWave 3.1.11
Previous topic Chapter index Next topic

Table: tbhorsrtonderneming

 

 

Schema

public

 

Owner

waveuser005

 

Tablespace

(default)

 

Descriptions

Tabel met soorten horeca-ondernemingen zoals restaurant, bar/cafe

 

Fields

PK

FK

Name

Data type

Not null

Unique

Inherited

Default

Description

 

dnkey

serial

 

nextval('tbhorsrtonderneming_dnkey_seq'::regclass)

Primary key

 

 

dvomschrijving

varchar(30)

 

 

 

 

Omschrijving.

 

 

ddvervaldatum

timestamp

 

 

 

 

VervalDatum.

 

Foreign Keys

There are no foreign keys for table tbhorsrtonderneming

 

Check Constraints

There are no check constraints for table tbhorsrtonderneming

 

Indices

Name

Type

Function

Fields

Primary Key

Unique

Description

cpk_tbhorsrtonderneming

btree

 

dnkey

 

 

Triggers

There are no triggers for table tbhorsrtonderneming

 

Rules

There are no rules for table tbhorsrtonderneming

 

Referenced

Table

Schema

Foreign Key

Fields

FK Table

FK Fields

Delete Action

Update Action

Deferrable

Check Time

Description

tbhorecavergunningen

public

cfk_horverg_horsrtonderneming

dnkeysoortonderneming

public.tbhorsrtonderneming

dnkey

No Action

No Action

 

Immediate

 

 

Properties

Property

Value

Inherited From

 

Rows

0

Pages

0

System

 

Temporary

 

With OID

 

 

Definition

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

COMMENT ON TABLE public.tbhorsrtonderneming
IS 'Tabel met soorten horeca-ondernemingen zoals restaurant, bar/cafe';

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

COMMENT ON COLUMN public.tbhorsrtonderneming.dvomschrijving
IS 'Omschrijving.';

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