Schema
public
Owner
waveuser005
Tablespace
(default)
Descriptions
Tabel van rollen die contactpersonen kunnen aannemen zoals aanvrager, aannemer, architect, eigenaar
Fields
PK | FK | Name | Data type | Not null | Unique | Inherited | Default | Description |
---|---|---|---|---|---|---|---|---|
|
dvcode |
char(3) |
|
|
Primary key. (char-3) |
|||
|
|
dvomschrijving |
varchar(30) |
|
|
|
|
Omschrijving van de adressoort zoals aanvrager, architect, ondernemer. |
|
|
ddvervaldatum |
timestamp |
|
|
|
|
Datum waarop adressoort is komen te vervallen. |
|
|
dvvantoepop |
char(10) |
|
|
|
'W '::bpchar |
Combinatie van de letters BOHCIESW. Geeft aan voor welke modules de adressoort van toepassing: B-bouw/sloop, O-overig, H-Handhaving, C-Horeca, I-Info-aanvragen, E - inrichtingen+milieu/gebruik, W - omgeving, S - Bestemmingsplannen. |
|
|
dvlvotag |
varchar(100) |
|
|
|
|
Wordt gebruikt als vertaalkolom bij de OLO-koppeling voor heeftGemachtigde en isAangevraagdDoor. |
Foreign Keys
There are no foreign keys for table tbadressoort
Check Constraints
There are no check constraints for table tbadressoort
Indices
Name | Type | Function | Fields | Primary Key | Unique | Description |
---|---|---|---|---|---|---|
cpk_tbadressoort |
btree |
|
dvcode |
|
||
idx_vervaldatum_adressoort |
btree |
|
ddvervaldatum |
|
|
|
Triggers
There are no triggers for table tbadressoort
Rules
There are no rules for table tbadressoort
Referenced
Table | Schema | Foreign Key | Fields | FK Table | FK Fields | Delete Action | Update Action | Deferrable | Check Time | Description |
---|---|---|---|---|---|---|---|---|---|---|
public |
cfk_bestemcontnnn_adrescode |
dvcodeadressoort |
dvcode |
No Action |
No Action |
|
Immediate |
|
||
public |
cfk_bouwcontactennn_adrescode |
dvcodeadressoort |
dvcode |
No Action |
No Action |
|
Immediate |
|
||
public |
cfk_handhcontnnn_adrescode |
dvcodeadressoort |
dvcode |
No Action |
No Action |
|
Immediate |
|
||
public |
cfk_horcontactennn_adrescode |
dvcodeadressoort |
dvcode |
No Action |
No Action |
|
Immediate |
|
||
public |
cfk_infocontactennn_adrescode |
dvcodeadressoort |
dvcode |
No Action |
No Action |
|
Immediate |
|
||
public |
cfk_milcontactennn_adrescode |
dvcodeadressoort |
dvcode |
No Action |
No Action |
|
Immediate |
|
||
public |
cfk_milvergcontnn_adrescode |
dvcodeadressoort |
dvcode |
No Action |
No Action |
|
Immediate |
|
||
public |
cfk_omgvergcontnn_adrescode |
dvcodeadressoort |
dvcode |
No Action |
No Action |
|
Immediate |
|
||
public |
cfk_ovcontactennn_adrescode |
dvcodeadressoort |
dvcode |
No Action |
No Action |
|
Immediate |
|
Properties
Property | Value |
---|---|
Inherited From |
|
Rows |
0 |
Pages |
0 |
System |
|
Temporary |
|
With OID |
|
Definition
CREATE TABLE public.tbadressoort (
dvcode CHAR(3) NOT NULL,
dvomschrijving VARCHAR(30),
ddvervaldatum TIMESTAMP WITHOUT TIME ZONE,
dvvantoepop CHAR(10) DEFAULT 'W '::bpchar,
dvlvotag VARCHAR(100),
CONSTRAINT cpk_tbadressoort PRIMARY KEY(dvcode)
)
WITH (oids = false);
COMMENT ON TABLE public.tbadressoort
IS 'Tabel van rollen die contactpersonen kunnen aannemen zoals aanvrager, aannemer, architect, eigenaar';
COMMENT ON COLUMN public.tbadressoort.dvcode
IS 'Primary key. (char-3)';
COMMENT ON COLUMN public.tbadressoort.dvomschrijving
IS 'Omschrijving van de adressoort zoals aanvrager, architect, ondernemer.';
COMMENT ON COLUMN public.tbadressoort.ddvervaldatum
IS 'Datum waarop adressoort is komen te vervallen.';
COMMENT ON COLUMN public.tbadressoort.dvvantoepop
IS 'Combinatie van de letters BOHCIESW. Geeft aan voor welke modules de adressoort van toepassing: B-bouw/sloop, O-overig, H-Handhaving, C-Horeca, I-Info-aanvragen, E - inrichtingen+milieu/gebruik, W - omgeving, S - Bestemmingsplannen.';
COMMENT ON COLUMN public.tbadressoort.dvlvotag
IS 'Wordt gebruikt als vertaalkolom bij de OLO-koppeling voor heeftGemachtigde en isAangevraagdDoor.';
CREATE INDEX idx_vervaldatum_adressoort ON public.tbadressoort
USING btree (ddvervaldatum);
This file was generated with SQL Manager for PostgreSQL (www.pgsqlmanager.com) at 22-2-2017 10:50 |
![]() ![]() ![]() |