Datadictionary OpenWave 3.1.32
Previous topic Chapter index Next topic

Table: tbebmtype

 

 

Schema

public

 

Owner

waveuser005

 

Tablespace

(default)

 

Descriptions

Tabel met maatregeltypen voor het registreren van energie besparende maatregelen (EBM)

 

Fields

PK

FK

Name

Data type

Not null

Unique

Inherited

Default

Description

 

dnkey

serial

 

nextval('tbebmtype_dnkey_seq'::regclass)

Primary key

 

 

dvomschrijving

varchar(200)

 

 

 

 

Omschrijving van EBM-type

 

 

ddvervaldatum

timestamp

 

 

 

 

Vervaldatum van EBM-type

 

Foreign Keys

There are no foreign keys for table tbebmtype

 

Check Constraints

Name

Condition

Description

cnn_tbebmtype_dvomschrijving

dvomschrijving IS NOT NULL

 

 

Indices

Name

Type

Function

Fields

Primary Key

Unique

Description

cpk_tbebmtype

btree

 

dnkey

 

 

Triggers

There are no triggers for table tbebmtype

 

Rules

There are no rules for table tbebmtype

 

Policies

There are no policies for table tbebmtype

 

Referenced

Table

Schema

Foreign Key

Fields

FK Table

FK Fields

Delete Action

Update Action

Deferrable

Check Time

Description

tbebmnaam

public

cfk_tbebmnaam_dnkeyebmtype

dnkeyebmtype

public.tbebmtype

dnkey

Cascade

No Action

 

Immediate

 

 

Properties

Property

Value

Inherited From

 

Rows

0

Pages

0

System

 

Temporary

 

With OID

 

Definition

CREATE TABLE public.tbebmtype (
 dnkey SERIAL,
 dvomschrijving VARCHAR(200),
 ddvervaldatum TIMESTAMP WITHOUT TIME ZONE,
 CONSTRAINT cpk_tbebmtype PRIMARY KEY(dnkey),
 CONSTRAINT cnn_tbebmtype_dvomschrijving CHECK (dvomschrijving IS NOT NULL)
) ;

COMMENT ON TABLE public.tbebmtype
IS 'Tabel met maatregeltypen voor het registreren van energie besparende maatregelen (EBM)';

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

COMMENT ON COLUMN public.tbebmtype.dvomschrijving
IS 'Omschrijving van EBM-type';

COMMENT ON COLUMN public.tbebmtype.ddvervaldatum
IS 'Vervaldatum van EBM-type';

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