Schema
public
Owner
waveuser005
Tablespace
(default)
Descriptions
Tabel ter categorisering van soort beroep/bezwaar t.b.v. de tabel tbbezwaarberoep.
Fields
PK | FK | Name | Data type | Not null | Unique | Inherited | Default | Description |
---|---|---|---|---|---|---|---|---|
|
dnkey |
serial |
|
nextval('tbsoortbezwaar_dnkey_seq'::regclass) |
Primary key. |
|||
|
|
dvcode |
varchar(10) |
|
|
|
|
Codering van soort zoals VOVO, BEZW,BERO of HOBE. |
|
|
dvomschrijving |
varchar(50) |
|
|
|
|
Bijvoorbeeld Voorlopige voorziening of Bezwaar of Beroep of Hoger beroep. |
|
|
ddvervaldatum |
timestamp |
|
|
|
|
Datum waarop de soort bezwaar/beroep vervallen is. |
Foreign Keys
There are no foreign keys for table tbsoortbezwaar
Check Constraints
There are no check constraints for table tbsoortbezwaar
Indices
Name | Type | Function | Fields | Primary Key | Unique | Description |
---|---|---|---|---|---|---|
cpk_tbsoortbezwaar |
btree |
|
dnkey |
|
Triggers
There are no triggers for table tbsoortbezwaar
Rules
There are no rules for table tbsoortbezwaar
Referenced
Table | Schema | Foreign Key | Fields | FK Table | FK Fields | Delete Action | Update Action | Deferrable | Check Time | Description |
---|---|---|---|---|---|---|---|---|---|---|
public |
cfk_bezwaarberoep_keysoortbezw |
dnkeysoortbezwaar |
dnkey |
No Action |
No Action |
|
Immediate |
|
||
public |
cfk_tbzaaktdoctype_keybezwaar |
dnkeysoortbezwaar |
dnkey |
Cascade |
No Action |
|
Immediate |
|
Properties
Property | Value |
---|---|
Inherited From |
|
Rows |
0 |
Pages |
0 |
System |
|
Temporary |
|
With OID |
|
Definition
CREATE TABLE public.tbsoortbezwaar (
dnkey SERIAL,
dvcode VARCHAR(10),
dvomschrijving VARCHAR(50),
ddvervaldatum TIMESTAMP WITHOUT TIME ZONE,
CONSTRAINT cpk_tbsoortbezwaar PRIMARY KEY(dnkey)
)
WITH (oids = false);
COMMENT ON TABLE public.tbsoortbezwaar
IS 'Tabel ter categorisering van soort beroep/bezwaar t.b.v. de tabel tbbezwaarberoep.';
COMMENT ON COLUMN public.tbsoortbezwaar.dnkey
IS 'Primary key.';
COMMENT ON COLUMN public.tbsoortbezwaar.dvcode
IS 'Codering van soort zoals VOVO, BEZW,BERO of HOBE.';
COMMENT ON COLUMN public.tbsoortbezwaar.dvomschrijving
IS 'Bijvoorbeeld Voorlopige voorziening of Bezwaar of Beroep of Hoger beroep.';
COMMENT ON COLUMN public.tbsoortbezwaar.ddvervaldatum
IS 'Datum waarop de soort bezwaar/beroep vervallen is.';
This file was generated with SQL Manager for PostgreSQL (www.pgsqlmanager.com) at 2-10-2020 12:10 |
![]() ![]() ![]() |