Datadictionary OpenWave 3.1.11
Previous topic Chapter index Next topic

Table: tbmilsrtopslag

 

 

Schema

public

 

Owner

waveuser005

 

Tablespace

(default)

 

Descriptions

Tabel met soorten opslagvoorzieningen t.b.v. de tabel tbmilopslag zoals silo, gasfles, bunker

 

Fields

PK

FK

Name

Data type

Not null

Unique

Inherited

Default

Description

 

dnkey

serial

 

nextval('tbmilsrtopslag_dnkey_seq'::regclass)

Primary key.

 

 

dvcode

varchar(5)

 

 

 

 

Codering Soort opslag.

 

 

dvomschrijving

varchar(60)

 

 

 

 

Omschrijving Soort opslag bijv. tank, kluis, silo.

 

 

ddvervaldatum

timestamp

 

 

 

 

 

 

Foreign Keys

There are no foreign keys for table tbmilsrtopslag

 

Check Constraints

Name

Condition

Description

cnn_milsrtopslag_dvcode

dvcode IS NOT NULL

 

 

Indices

Name

Type

Function

Fields

Primary Key

Unique

Description

cpk_tbmilsrtopslag

btree

 

dnkey

 

 

Triggers

There are no triggers for table tbmilsrtopslag

 

Rules

There are no rules for table tbmilsrtopslag

 

Referenced

Table

Schema

Foreign Key

Fields

FK Table

FK Fields

Delete Action

Update Action

Deferrable

Check Time

Description

tbmilopslag

public

cfk_tbmilopslag_tbmilsrtops

dnkeymilsrtopslag

public.tbmilsrtopslag

dnkey

No Action

No Action

 

Immediate

 

 

Properties

Property

Value

Inherited From

 

Rows

0

Pages

0

System

 

Temporary

 

With OID

 

 

Definition

CREATE TABLE public.tbmilsrtopslag (
 dnkey SERIAL,
 dvcode VARCHAR(5),
 dvomschrijving VARCHAR(60),
 ddvervaldatum TIMESTAMP WITHOUT TIME ZONE,
 CONSTRAINT cpk_tbmilsrtopslag PRIMARY KEY(dnkey),
 CONSTRAINT cnn_milsrtopslag_dvcode CHECK (dvcode IS NOT NULL)
)
WITH (oids = false);

COMMENT ON TABLE public.tbmilsrtopslag
IS 'Tabel met soorten opslagvoorzieningen t.b.v. de tabel tbmilopslag zoals silo, gasfles, bunker';

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

COMMENT ON COLUMN public.tbmilsrtopslag.dvcode
IS 'Codering Soort opslag.';

COMMENT ON COLUMN public.tbmilsrtopslag.dvomschrijving
IS 'Omschrijving Soort opslag bijv. tank, kluis, silo.';

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