Schema
public
Owner
waveuser005
Tablespace
(default)
Descriptions
Codetabel die gebruikt wordt vanuit tbmilinrichtingen, tbmilzwemvragenlijst en tbmilzwemplaats voor maken dropdownlijstjes
Fields
PK | FK | Name | Data type | Not null | Unique | Inherited | Default | Description |
---|---|---|---|---|---|---|---|---|
|
dnkey |
serial |
|
nextval('tbmilzwemcodetabel_dnkey_seq'::regclass) |
Primary key |
|||
|
|
dvcode |
varchar(50) |
|
|
|
|
Codering waarop dropdownlistitem gegroepeerd wordt bijv aard, lab of suppletie |
|
|
dvomschrijving |
varchar(200) |
|
|
|
|
Omschrijving van het item |
|
|
ddvervaldatum |
timestamp |
|
|
|
|
Datum dat item is komen te vervallen |
Foreign Keys
There are no foreign keys for table tbmilzwemcodetabel
Check Constraints
There are no check constraints for table tbmilzwemcodetabel
Indices
Name | Type | Function | Fields | Primary Key | Unique | Description |
---|---|---|---|---|---|---|
cpk_tbmilzwemcodetabel |
btree |
|
dnkey |
|
Triggers
There are no triggers for table tbmilzwemcodetabel
Rules
There are no rules for table tbmilzwemcodetabel
Policies
There are no policies for table tbmilzwemcodetabel
Referenced
Table | Schema | Foreign Key | Fields | FK Table | FK Fields | Delete Action | Update Action | Deferrable | Check Time | Description |
---|---|---|---|---|---|---|---|---|---|---|
public |
cfk_tbmilinr_keyzwemcodetabel_aard_code |
dnkeyzwemcodetabel_aard_code |
dnkey |
No Action |
No Action |
|
Immediate |
|
||
public |
cfk_tbmilinr_keyzwemcodetabel_lab_code |
dnkeyzwemcodetabel_lab_code |
dnkey |
No Action |
No Action |
|
Immediate |
|
||
public |
cfk_tbmilinr_keyzwemcodetabel_soort_code |
dnkeyzwemcodetabel_soort_code |
dnkey |
No Action |
No Action |
|
Immediate |
|
||
public |
cfk_tbmilinr_keyzwemcodetabel_suppletie_code |
dnkeyzwemcodetabel_suppletie_code |
dnkey |
No Action |
No Action |
|
Immediate |
|
||
public |
cfk_tbmilzwemanalyse_keyzwemcodetabel_geur |
dnkeyzwemcodetabel_geur |
dnkey |
No Action |
No Action |
|
Immediate |
|
||
public |
cfk_tbmilzwemanalyse_keyzwemcodetabel_kleur |
dnkeyzwemcodetabel_kleur |
dnkey |
No Action |
No Action |
|
Immediate |
|
||
public |
cfk_tbmilzwemplaats_keyzwemcodetabel_soortbad_code |
dnkeyzwemcodetabel_soortbad_code |
dnkey |
No Action |
No Action |
|
Immediate |
|
||
public |
cfk_tbmilzwemplaats_keyzwemcodetabel_zwembadsysteem |
dnkeyzwemcodetabel_zwembadsysteem |
dnkey |
No Action |
No Action |
|
Immediate |
|
Properties
Property | Value |
---|---|
Inherited From |
|
Rows |
0 |
Pages |
0 |
System |
|
Temporary |
|
With OID |
Definition
CREATE TABLE public.tbmilzwemcodetabel (
dnkey SERIAL,
dvcode VARCHAR(50),
dvomschrijving VARCHAR(200),
ddvervaldatum TIMESTAMP WITHOUT TIME ZONE,
CONSTRAINT cpk_tbmilzwemcodetabel PRIMARY KEY(dnkey)
) ;
COMMENT ON TABLE public.tbmilzwemcodetabel
IS 'Codetabel die gebruikt wordt vanuit tbmilinrichtingen, tbmilzwemvragenlijst en tbmilzwemplaats voor maken dropdownlijstjes';
COMMENT ON COLUMN public.tbmilzwemcodetabel.dnkey
IS 'Primary key';
COMMENT ON COLUMN public.tbmilzwemcodetabel.dvcode
IS 'Codering waarop dropdownlistitem gegroepeerd wordt bijv aard, lab of suppletie';
COMMENT ON COLUMN public.tbmilzwemcodetabel.dvomschrijving
IS 'Omschrijving van het item';
COMMENT ON COLUMN public.tbmilzwemcodetabel.ddvervaldatum
IS 'Datum dat item is komen te vervallen';
This file was generated with SQL Manager for PostgreSQL (www.pgsqlmanager.com) at 10-11-2023 08:34 |
![]() ![]() ![]() |