Datadictionary OpenWave 3.1.11
Previous topic Chapter index Next topic

Table: tbhorspautcategorie

 

 

Schema

public

 

Owner

waveuser005

 

Tablespace

(default)

 

Descriptions

Tabel met mogelijke categorieen voor speelautomaten zoals hoogdrempelig en laagdrempelig

 

Fields

PK

FK

Name

Data type

Not null

Unique

Inherited

Default

Description

 

dvcode

char(1)

 

 

Primary key.

 

 

dvomschrijving

varchar(30)

 

 

 

 

Omschrijving speelautomatencategorie.

 

 

ddvervaldatum

timestamp

 

 

 

 

VervalDatum.

 

 

dnmaxaantalkans

integer

 

 

 

0

Maximum aantal kansspelen voor deze categorie.

 

Foreign Keys

There are no foreign keys for table tbhorspautcategorie

 

Check Constraints

There are no check constraints for table tbhorspautcategorie

 

Indices

Name

Type

Function

Fields

Primary Key

Unique

Description

cpk_tbhorspautcategorie

btree

 

dvcode

 

 

Triggers

There are no triggers for table tbhorspautcategorie

 

Rules

There are no rules for table tbhorspautcategorie

 

Referenced

Table

Schema

Foreign Key

Fields

FK Table

FK Fields

Delete Action

Update Action

Deferrable

Check Time

Description

tbhorspeelautomaten

public

cfk_horspeelautomat_horautcat

dvcategorie

public.tbhorspautcategorie

dvcode

No Action

No Action

 

Immediate

 

 

Properties

Property

Value

Inherited From

 

Rows

0

Pages

0

System

 

Temporary

 

With OID

 

 

Definition

CREATE TABLE public.tbhorspautcategorie (
 dvcode CHAR(1) NOT NULL,
 dvomschrijving VARCHAR(30),
 ddvervaldatum TIMESTAMP WITHOUT TIME ZONE,
 dnmaxaantalkans INTEGER DEFAULT 0,
 CONSTRAINT cpk_tbhorspautcategorie PRIMARY KEY(dvcode)
)
WITH (oids = false);

COMMENT ON TABLE public.tbhorspautcategorie
IS 'Tabel met mogelijke categorieen voor speelautomaten zoals hoogdrempelig en laagdrempelig';

COMMENT ON COLUMN public.tbhorspautcategorie.dvcode
IS 'Primary key.';

COMMENT ON COLUMN public.tbhorspautcategorie.dvomschrijving
IS 'Omschrijving speelautomatencategorie.';

COMMENT ON COLUMN public.tbhorspautcategorie.ddvervaldatum
IS 'VervalDatum.';

COMMENT ON COLUMN public.tbhorspautcategorie.dnmaxaantalkans
IS 'Maximum aantal kansspelen voor deze categorie.';

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