Datadictionary OpenWave 3.1.32
Previous topic Chapter index Next topic

Table: tbexportinrkrt_thema

 

 

Schema

public

 

Owner

waveuser005

 

Tablespace

(default)

 

Descriptions

Tabel met thema s voor indeling inrichtingsdata voor export naar de kaart

 

Fields

PK

FK

Name

Data type

Not null

Unique

Inherited

Default

Description

 

dnkey

serial

 

nextval('tbexportinrkrt_thema_dnkey_seq'::regclass)

Primary key

 

 

dvthema

varchar(100)

 

 

 

Naam van het thema

 

 

ddvervaldatum

timestamp

 

 

 

 

Datum waarvanaf thema niet meer gekozen kan worden

 

Foreign Keys

There are no foreign keys for table tbexportinrkrt_thema

 

Check Constraints

Name

Condition

Description

cnn_tbexportinrkrt_thema_dvthema

dvthema IS NOT NULL

 

 

Indices

Name

Type

Function

Fields

Primary Key

Unique

Description

cpk_tbexportinrkrt_thema

btree

 

dnkey

 

idu_exportinrkrt_thema_dvthema

btree

 

dvthema

 

 

 

Triggers

There are no triggers for table tbexportinrkrt_thema

 

Rules

There are no rules for table tbexportinrkrt_thema

 

Policies

There are no policies for table tbexportinrkrt_thema

 

Referenced

Table

Schema

Foreign Key

Fields

FK Table

FK Fields

Delete Action

Update Action

Deferrable

Check Time

Description

tbexportinrkrt_sql

public

cfk_tbexportinrkrt_sql_dnkeyexportinrkrt_thema

dnkeyexportinrkrt_thema

public.tbexportinrkrt_thema

dnkey

Cascade

No Action

 

Immediate

 

tbexportinrkrt_subthema

public

cfk_tbexportinrkrt_subthema_dnkeyexportinrkrt_thema

dnkeyexportinrkrt_thema

public.tbexportinrkrt_thema

dnkey

Cascade

No Action

 

Immediate

 

 

Properties

Property

Value

Inherited From

 

Rows

0

Pages

0

System

 

Temporary

 

With OID

 

Definition

CREATE TABLE public.tbexportinrkrt_thema (
 dnkey SERIAL,
 dvthema VARCHAR(100),
 ddvervaldatum TIMESTAMP WITHOUT TIME ZONE,
 CONSTRAINT cpk_tbexportinrkrt_thema PRIMARY KEY(dnkey),
 CONSTRAINT cnn_tbexportinrkrt_thema_dvthema CHECK (dvthema IS NOT NULL)
) ;

COMMENT ON TABLE public.tbexportinrkrt_thema
IS 'Tabel met thema s voor indeling inrichtingsdata voor export naar de kaart';

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

COMMENT ON COLUMN public.tbexportinrkrt_thema.dvthema
IS 'Naam van het thema';

COMMENT ON COLUMN public.tbexportinrkrt_thema.ddvervaldatum
IS 'Datum waarvanaf thema niet meer gekozen kan worden';

CREATE UNIQUE INDEX idu_exportinrkrt_thema_dvthema ON public.tbexportinrkrt_thema
 USING btree (dvthema COLLATE pg_catalog."default");

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