Schema
public
Owner
waveuser005
Tablespace
(default)
Descriptions
Koppeltabel tussen een overige vergunning en een vigerend bestemmingsplan in de categorie Vrijstelling
Fields
PK | FK | Name | Data type | Not null | Unique | Inherited | Default | Description |
---|---|---|---|---|---|---|---|---|
dnkeyovvergunningen |
integer |
|
|
|
Foreign key naar TbOvvergunningen.dnkey. Vormt te zamen met DnKeybestemmingsplannen de primary key. |
|||
dnkeybplvrijst |
integer |
|
|
|
Foreign key naar TbBestemmingsplannen.DnKey. Vormt te zamen met DnKeyOvvergunningen de primary key. |
Foreign Keys
Name | Fields | FK Table | FK Fields | Delete Action | Update Action | Deferrable | Check Time | Description |
---|---|---|---|---|---|---|---|---|
cfk_ovgeldbplvrijst_bestplan |
dnkeybplvrijst |
dnkey |
No Action |
No Action |
|
Immediate |
|
|
cfk_ovvrijgeldbplnn_ovverg |
dnkeyovvergunningen |
dnkey |
Cascade |
No Action |
|
Immediate |
|
Check Constraints
There are no check constraints for table tbovvrijgeldbplnn
Indices
Name | Type | Function | Fields | Primary Key | Unique | Description |
---|---|---|---|---|---|---|
cpk_tbovvrijgeldbplnn |
btree |
|
dnkeyovvergunningen, dnkeybplvrijst |
|
||
idx_ovgldbplvrijst_keybestplan |
btree |
|
dnkeybplvrijst |
|
|
|
idx_ovvrijgbplnn_keyovvergun |
btree |
|
dnkeyovvergunningen |
|
|
|
Triggers
There are no triggers for table tbovvrijgeldbplnn
Rules
There are no rules for table tbovvrijgeldbplnn
Policies
There are no policies for table tbovvrijgeldbplnn
Referenced
There are no tables referenced by table tbovvrijgeldbplnn
Properties
Property | Value |
---|---|
Inherited From |
|
Rows |
0 |
Pages |
0 |
System |
|
Temporary |
|
With OID |
Definition
CREATE TABLE public.tbovvrijgeldbplnn (
dnkeyovvergunningen INTEGER NOT NULL,
dnkeybplvrijst INTEGER NOT NULL,
CONSTRAINT cpk_tbovvrijgeldbplnn PRIMARY KEY(dnkeyovvergunningen, dnkeybplvrijst),
CONSTRAINT cfk_ovgeldbplvrijst_bestplan FOREIGN KEY (dnkeybplvrijst)
REFERENCES public.tbbestemmingsplannen(dnkey)
ON DELETE NO ACTION
ON UPDATE NO ACTION
NOT DEFERRABLE,
CONSTRAINT cfk_ovvrijgeldbplnn_ovverg FOREIGN KEY (dnkeyovvergunningen)
REFERENCES public.tbovvergunningen(dnkey)
ON DELETE CASCADE
ON UPDATE NO ACTION
NOT DEFERRABLE
) ;
COMMENT ON TABLE public.tbovvrijgeldbplnn
IS 'Koppeltabel tussen een overige vergunning en een vigerend bestemmingsplan in de categorie Vrijstelling';
COMMENT ON COLUMN public.tbovvrijgeldbplnn.dnkeyovvergunningen
IS 'Foreign key naar TbOvvergunningen.dnkey. Vormt te zamen met DnKeybestemmingsplannen de primary key.';
COMMENT ON COLUMN public.tbovvrijgeldbplnn.dnkeybplvrijst
IS 'Foreign key naar TbBestemmingsplannen.DnKey. Vormt te zamen met DnKeyOvvergunningen de primary key.';
CREATE INDEX idx_ovgldbplvrijst_keybestplan ON public.tbovvrijgeldbplnn
USING btree (dnkeybplvrijst);
CREATE INDEX idx_ovvrijgbplnn_keyovvergun ON public.tbovvrijgeldbplnn
USING btree (dnkeyovvergunningen);
This file was generated with SQL Manager for PostgreSQL (www.pgsqlmanager.com) at 5-1-2022 14:13 |
![]() ![]() ![]() |