Datadictionary OpenWave 3.1.11
Previous topic Chapter index Next topic

Table: tbinitialisatie

 

 

Schema

public

 

Owner

waveuser005

 

Tablespace

(default)

 

Descriptions

Tabel van klantgebonden instellingen waarmee gedrag en voorkomen van de openWave applicaties worden bepaald

 

Fields

PK

FK

Name

Data type

Not null

Unique

Inherited

Default

Description

 

 

dvsectie

char(50)

 

 

 

 

 

 

dvitem

char(50)

 

 

 

 

 

 

d1logic

char(1)

 

 

 

 

 

 

 

dfnumber1

double precision

 

 

 

 

 

 

 

dvstring

varchar(255)

 

 

 

 

 

 

 

dddatum

timestamp

 

 

 

 

 

 

 

dvinfo

varchar(255)

 

 

 

 

 

 

 

dfnumber2

double precision

 

 

 

 

 

 

dnkey

serial

 

nextval('tbinitialisatie_dnkey_seq'::regclass)

 

 

Foreign Keys

There are no foreign keys for table tbinitialisatie

 

Check Constraints

There are no check constraints for table tbinitialisatie

 

Indices

Name

Type

Function

Fields

Primary Key

Unique

Description

cpk_tbinitialisatie

btree

 

dnkey

 

idu_initialisatie_dvsectieitem

btree

 

dvsectie, dvitem

 

 

 

Triggers

There are no triggers for table tbinitialisatie

 

Rules

There are no rules for table tbinitialisatie

 

Referenced

Table

Schema

Foreign Key

Fields

FK Table

FK Fields

Delete Action

Update Action

Deferrable

Check Time

Description

tbdocumenten

public

cfk_tbdocumenten_dnkeyinit

dnkeyinitialisatie

public.tbinitialisatie

dnkey

No Action

No Action

 

Immediate

 

 

Properties

Property

Value

Inherited From

 

Rows

0

Pages

0

System

 

Temporary

 

With OID

 

 

Definition

CREATE TABLE public.tbinitialisatie (
 dvsectie CHAR(50) NOT NULL,
 dvitem CHAR(50) NOT NULL,
 d1logic CHAR(1),
 dfnumber1 DOUBLE PRECISION,
 dvstring VARCHAR(255),
 dddatum TIMESTAMP WITHOUT TIME ZONE,
 dvinfo VARCHAR(255),
 dfnumber2 DOUBLE PRECISION,
 dnkey SERIAL,
 CONSTRAINT cpk_tbinitialisatie PRIMARY KEY(dnkey)
)
WITH (oids = false);

COMMENT ON TABLE public.tbinitialisatie
IS 'Tabel van klantgebonden instellingen waarmee gedrag en voorkomen van de openWave applicaties worden bepaald';

CREATE UNIQUE INDEX idu_initialisatie_dvsectieitem ON public.tbinitialisatie
 USING btree (dvsectie COLLATE pg_catalog."default", dvitem COLLATE pg_catalog."default");

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