Schema
public
Owner
waveuser005
Tablespace
(default)
Descriptions
Tabel met specificaties gekoppeld aan soorten apv/overige zaken (tbsoortovverg)
Fields
PK | FK | Name | Data type | Not null | Unique | Inherited | Default | Description |
---|---|---|---|---|---|---|---|---|
|
dnkey |
serial |
|
nextval('tbapvspecificaties_dnkey_seq'::regclass) |
Primary key. |
|||
|
dvcodesoortovverg |
char(5) |
|
|
|
|
Foreign key naar tbsoortovverg.dvcode |
|
|
|
dvspecificatie |
varchar(100) |
|
|
|
|
Omschrijving van de specificatie. |
|
|
ddvervaldatum |
timestamp |
|
|
|
|
Datum waarvan de specificatie is komen te vervallen. |
Foreign Keys
Name | Fields | FK Table | FK Fields | Delete Action | Update Action | Deferrable | Check Time | Description |
---|---|---|---|---|---|---|---|---|
cfk_tbapvspecific_codeovvg |
dvcodesoortovverg |
dvcode |
Cascade |
No Action |
|
Immediate |
|
Check Constraints
There are no check constraints for table tbapvspecificaties
Indices
Name | Type | Function | Fields | Primary Key | Unique | Description |
---|---|---|---|---|---|---|
cpk_tbapvspecificaties |
btree |
|
dnkey |
|
Triggers
There are no triggers for table tbapvspecificaties
Rules
There are no rules for table tbapvspecificaties
Policies
There are no policies for table tbapvspecificaties
Referenced
Table | Schema | Foreign Key | Fields | FK Table | FK Fields | Delete Action | Update Action | Deferrable | Check Time | Description |
---|---|---|---|---|---|---|---|---|---|---|
public |
cfk_tbovverg_keyapvspec |
dnkeyapvspecificaties |
dnkey |
No Action |
No Action |
|
Immediate |
|
Properties
Property | Value |
---|---|
Inherited From |
|
Rows |
0 |
Pages |
0 |
System |
|
Temporary |
|
With OID |
Definition
CREATE TABLE public.tbapvspecificaties (
dnkey SERIAL,
dvcodesoortovverg CHAR(5),
dvspecificatie VARCHAR(100),
ddvervaldatum TIMESTAMP WITHOUT TIME ZONE,
CONSTRAINT cpk_tbapvspecificaties PRIMARY KEY(dnkey),
CONSTRAINT cfk_tbapvspecific_codeovvg FOREIGN KEY (dvcodesoortovverg)
REFERENCES public.tbsoortovverg(dvcode)
ON DELETE CASCADE
ON UPDATE NO ACTION
NOT DEFERRABLE
) ;
COMMENT ON TABLE public.tbapvspecificaties
IS 'Tabel met specificaties gekoppeld aan soorten apv/overige zaken (tbsoortovverg)';
COMMENT ON COLUMN public.tbapvspecificaties.dnkey
IS 'Primary key.';
COMMENT ON COLUMN public.tbapvspecificaties.dvcodesoortovverg
IS 'Foreign key naar tbsoortovverg.dvcode';
COMMENT ON COLUMN public.tbapvspecificaties.dvspecificatie
IS 'Omschrijving van de specificatie.';
COMMENT ON COLUMN public.tbapvspecificaties.ddvervaldatum
IS 'Datum waarvan de specificatie is komen te vervallen.';
This file was generated with SQL Manager for PostgreSQL (www.pgsqlmanager.com) at 5-1-2022 14:13 |
![]() ![]() ![]() |