Datadictionary OpenWave 3.1.25
Previous topic Chapter index Next topic

Table: tbsysstandardcategorie

 

 

Schema

public

 

Owner

waveuser005

 

Tablespace

(default)

 

Descriptions

Tabel tbv van categorisering van tbsysstandardtable en tbscreencolumns en tbqueries

 

Fields

PK

FK

Name

Data type

Not null

Unique

Inherited

Default

Description

 

dnkey

serial

 

nextval('tbsysstandardcategorie_dnkey_seq'::regclass)

Primary key

 

 

dvcategorie

varchar(100)

 

 

 

 

Indelingscategoerie

 

 

ddvervaldatum

timestamp

 

 

 

 

Datum waar vanaf categorie nier meer gekozen kan worden

 

Foreign Keys

There are no foreign keys for table tbsysstandardcategorie

 

Check Constraints

There are no check constraints for table tbsysstandardcategorie

 

Indices

Name

Type

Function

Fields

Primary Key

Unique

Description

cpk_tbsysstandardcategorie

btree

 

dnkey

 

 

Triggers

There are no triggers for table tbsysstandardcategorie

 

Rules

There are no rules for table tbsysstandardcategorie

 

Policies

There are no policies for table tbsysstandardcategorie

 

Referenced

Table

Schema

Foreign Key

Fields

FK Table

FK Fields

Delete Action

Update Action

Deferrable

Check Time

Description

tbqueries

public

cfk_queries_keysysstcat

dnkeysysstandardcat

public.tbsysstandardcategorie

dnkey

Set Null

No Action

 

Immediate

 

tbscreencolumns

public

cfk_screencolumns_keysysstcat

dnkeysysstandardcat

public.tbsysstandardcategorie

dnkey

Set Null

No Action

 

Immediate

 

tbsysstandardtable

public

cfk_sysstantable_keysysstcat

dnkeysysstandardcat

public.tbsysstandardcategorie

dnkey

Set Null

No Action

 

Immediate

 

 

Properties

Property

Value

Inherited From

 

Rows

0

Pages

0

System

 

Temporary

 

With OID

 

Definition

CREATE TABLE public.tbsysstandardcategorie (
 dnkey SERIAL,
 dvcategorie VARCHAR(100),
 ddvervaldatum TIMESTAMP WITHOUT TIME ZONE,
 CONSTRAINT cpk_tbsysstandardcategorie PRIMARY KEY(dnkey)
) ;

COMMENT ON TABLE public.tbsysstandardcategorie
IS 'Tabel tbv van categorisering van tbsysstandardtable en tbscreencolumns en tbqueries';

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

COMMENT ON COLUMN public.tbsysstandardcategorie.dvcategorie
IS 'Indelingscategoerie ';

COMMENT ON COLUMN public.tbsysstandardcategorie.ddvervaldatum
IS 'Datum waar vanaf categorie nier meer gekozen 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