Schema
public
Owner
waveuser005
Tablespace
(default)
Descriptions
Een lijst van laboratoria die de zwemwatermonsters testen
Fields
PK | FK | Name | Data type | Not null | Unique | Inherited | Default | Description |
---|---|---|---|---|---|---|---|---|
|
dnkey |
serial |
|
nextval('tbmilzwemlaboratoria_dnkey_seq'::regclass) |
Primary key |
|||
|
|
dvlaboratoriumnaam |
varchar(50) |
|
|
|
|
Naam van het laboratorium |
Foreign Keys
There are no foreign keys for table tbmilzwemlaboratoria
Check Constraints
There are no check constraints for table tbmilzwemlaboratoria
Indices
Name | Type | Function | Fields | Primary Key | Unique | Description |
---|---|---|---|---|---|---|
cpk_tbmilzwemlaboratoria |
btree |
|
dnkey |
|
Triggers
There are no triggers for table tbmilzwemlaboratoria
Rules
There are no rules for table tbmilzwemlaboratoria
Policies
There are no policies for table tbmilzwemlaboratoria
Referenced
Table | Schema | Foreign Key | Fields | FK Table | FK Fields | Delete Action | Update Action | Deferrable | Check Time | Description |
---|---|---|---|---|---|---|---|---|---|---|
public |
cfk_tbmilzwemext_dnkeylaboratorium |
dnkeylaboratorium |
dnkey |
No Action |
No Action |
|
Immediate |
|
||
public |
cfk_tbmilzwemlabanalysekop_dnkeylaboratorium |
dnkeylaboratorium |
dnkey |
No Action |
No Action |
|
Immediate |
|
Properties
Property | Value |
---|---|
Inherited From |
|
Rows |
0 |
Pages |
0 |
System |
|
Temporary |
|
With OID |
Definition
CREATE TABLE public.tbmilzwemlaboratoria (
dnkey SERIAL,
dvlaboratoriumnaam VARCHAR(50),
CONSTRAINT cpk_tbmilzwemlaboratoria PRIMARY KEY(dnkey)
) ;
COMMENT ON TABLE public.tbmilzwemlaboratoria
IS 'Een lijst van laboratoria die de zwemwatermonsters testen';
COMMENT ON COLUMN public.tbmilzwemlaboratoria.dnkey
IS 'Primary key';
COMMENT ON COLUMN public.tbmilzwemlaboratoria.dvlaboratoriumnaam
IS 'Naam van het laboratorium';
This file was generated with SQL Manager for PostgreSQL (www.pgsqlmanager.com) at 2-5-2025 13:49 |
![]() ![]() ![]() |