Datadictionary OpenWave 3.1.25
Previous topic Chapter index Next topic

Table: tbmilvoorzopslag

 

 

Schema

public

 

Owner

waveuser005

 

Tablespace

(default)

 

Descriptions

Tabel van opslagvoorzieningen zoals loods of bunker

 

Fields

PK

FK

Name

Data type

Not null

Unique

Inherited

Default

Description

 

dnkey

serial

 

nextval('tbmilvoorzopslag_dnkey_seq'::regclass)

Primary key.

 

 

dvvoorzcode

varchar(5)

 

 

 

 

Codering Soort opslagvoorziening.

 

 

dvvoorzoms

varchar(60)

 

 

 

 

Omschrijving opslagvoorziening bijv. bunker, loods.

 

 

ddvervaldatum

timestamp

 

 

 

 

Datum waar vanaf de codeirng niet meer gebruikt kan worden.

 

Foreign Keys

There are no foreign keys for table tbmilvoorzopslag

 

Check Constraints

There are no check constraints for table tbmilvoorzopslag

 

Indices

Name

Type

Function

Fields

Primary Key

Unique

Description

cpk_tbmilvoorzopslag

btree

 

dnkey

 

 

Triggers

There are no triggers for table tbmilvoorzopslag

 

Rules

There are no rules for table tbmilvoorzopslag

 

Policies

There are no policies for table tbmilvoorzopslag

 

Referenced

Table

Schema

Foreign Key

Fields

FK Table

FK Fields

Delete Action

Update Action

Deferrable

Check Time

Description

tbmilopslag

public

cfk_tbmilopslag_keymilvoorzops

dnkeymilvoorzopslag

public.tbmilvoorzopslag

dnkey

No Action

No Action

 

Immediate

 

 

Properties

Property

Value

Inherited From

 

Rows

0

Pages

0

System

 

Temporary

 

With OID

 

Definition

CREATE TABLE public.tbmilvoorzopslag (
 dnkey SERIAL,
 dvvoorzcode VARCHAR(5),
 dvvoorzoms VARCHAR(60),
 ddvervaldatum TIMESTAMP WITHOUT TIME ZONE,
 CONSTRAINT cpk_tbmilvoorzopslag PRIMARY KEY(dnkey)
) ;

COMMENT ON TABLE public.tbmilvoorzopslag
IS 'Tabel van opslagvoorzieningen zoals loods of bunker';

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

COMMENT ON COLUMN public.tbmilvoorzopslag.dvvoorzcode
IS 'Codering Soort opslagvoorziening.';

COMMENT ON COLUMN public.tbmilvoorzopslag.dvvoorzoms
IS 'Omschrijving opslagvoorziening bijv. bunker, loods.';

COMMENT ON COLUMN public.tbmilvoorzopslag.ddvervaldatum
IS 'Datum waar vanaf de codeirng niet meer gebruikt kan worden.';

This file was generated with SQL Manager for PostgreSQL (www.pgsqlmanager.com) at 5-1-2022 14:13
Previous topic Chapter index Next topic