Datadictionary OpenWave 3.1.25
Previous topic Chapter index Next topic

Table: tbadviescategorie

 

 

Schema

public

 

Owner

waveuser005

 

Tablespace

(default)

 

Descriptions

Tabel van categorien die gekoppeld kunnen worden aan afviezen

 

Fields

PK

FK

Name

Data type

Not null

Unique

Inherited

Default

Description

 

dnkey

serial

 

nextval('tbadviescategorie_dnkey_seq'::regclass)

Primary key.

 

 

dvomschrijving

varchar(50)

 

 

 

 

Omschrijving van de categorie zoals welstandsluw.

 

 

ddvervaldatum

timestamp

 

 

 

 

Datum waarop categorie is komen te vervallen.

 

Foreign Keys

There are no foreign keys for table tbadviescategorie

 

Check Constraints

There are no check constraints for table tbadviescategorie

 

Indices

Name

Type

Function

Fields

Primary Key

Unique

Description

cpk_tbadviescategorie

btree

 

dnkey

 

 

Triggers

There are no triggers for table tbadviescategorie

 

Rules

There are no rules for table tbadviescategorie

 

Policies

There are no policies for table tbadviescategorie

 

Referenced

Table

Schema

Foreign Key

Fields

FK Table

FK Fields

Delete Action

Update Action

Deferrable

Check Time

Description

tbadvcatadvinstnn

public

cfk_tbadvcatadvinst_keyadvcat

dnkeyadviescat

public.tbadviescategorie

dnkey

No Action

No Action

 

Immediate

 

 

Properties

Property

Value

Inherited From

 

Rows

0

Pages

0

System

 

Temporary

 

With OID

 

Definition

CREATE TABLE public.tbadviescategorie (
 dnkey SERIAL,
 dvomschrijving VARCHAR(50),
 ddvervaldatum TIMESTAMP WITHOUT TIME ZONE,
 CONSTRAINT cpk_tbadviescategorie PRIMARY KEY(dnkey)
) ;

COMMENT ON TABLE public.tbadviescategorie
IS 'Tabel van categorien die gekoppeld kunnen worden aan afviezen';

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

COMMENT ON COLUMN public.tbadviescategorie.dvomschrijving
IS 'Omschrijving van de categorie zoals welstandsluw.';

COMMENT ON COLUMN public.tbadviescategorie.ddvervaldatum
IS 'Datum waarop categorie is komen te vervallen.';

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