Schema
public
Owner
waveuser005
Tablespace
(default)
Descriptions
Tabel van resultaat-omschrijvingingen van besluiten bij een beroep of bezwaarzaak zoals gegrond, ongegrond
Fields
PK | FK | Name | Data type | Not null | Unique | Inherited | Default | Description |
---|---|---|---|---|---|---|---|---|
|
dnkey |
serial |
|
nextval('tbaardbeslbezwaar_dnkey_seq'::regclass) |
Primary key. |
|||
|
|
dvcode |
varchar(10) |
|
|
|
|
Codering van aard besluit zoals NONV, GEGR,ONGG of INGT, GESC, VERN |
|
|
dvomschrijving |
varchar(50) |
|
|
|
|
Bijvoorbeeld: Niet ontvankelijk, Gegrond, Ongegrond, Ingetrokken, Geschorts of Vernietigd. |
|
|
ddvervaldatum |
timestamp |
|
|
|
|
Datum waarop de aard besluit bezwaar/beroep vervallen is. |
|
|
dvdmsaardbesluit |
varchar(40) |
|
|
|
|
Vertaling van het aard besluit naar het DMS/zaaksysteem |
Foreign Keys
There are no foreign keys for table tbaardbeslbezwaar
Check Constraints
There are no check constraints for table tbaardbeslbezwaar
Indices
Name | Type | Function | Fields | Primary Key | Unique | Description |
---|---|---|---|---|---|---|
cpk_tbaardbeslbezwaar |
btree |
|
dnkey |
|
Triggers
There are no triggers for table tbaardbeslbezwaar
Rules
There are no rules for table tbaardbeslbezwaar
Policies
There are no policies for table tbaardbeslbezwaar
Referenced
Table | Schema | Foreign Key | Fields | FK Table | FK Fields | Delete Action | Update Action | Deferrable | Check Time | Description |
---|---|---|---|---|---|---|---|---|---|---|
public |
cfk_bezwaarberoep_keyaardbesl |
dnkeyaardbeslbezwaar |
dnkey |
No Action |
No Action |
|
Immediate |
|
Properties
Property | Value |
---|---|
Inherited From |
|
Rows |
0 |
Pages |
0 |
System |
|
Temporary |
|
With OID |
Definition
CREATE TABLE public.tbaardbeslbezwaar (
dnkey SERIAL,
dvcode VARCHAR(10),
dvomschrijving VARCHAR(50),
ddvervaldatum TIMESTAMP WITHOUT TIME ZONE,
dvdmsaardbesluit VARCHAR(40),
CONSTRAINT cpk_tbaardbeslbezwaar PRIMARY KEY(dnkey)
) ;
COMMENT ON TABLE public.tbaardbeslbezwaar
IS 'Tabel van resultaat-omschrijvingingen van besluiten bij een beroep of bezwaarzaak zoals gegrond, ongegrond';
COMMENT ON COLUMN public.tbaardbeslbezwaar.dnkey
IS 'Primary key.';
COMMENT ON COLUMN public.tbaardbeslbezwaar.dvcode
IS 'Codering van aard besluit zoals NONV, GEGR,ONGG of INGT, GESC, VERN';
COMMENT ON COLUMN public.tbaardbeslbezwaar.dvomschrijving
IS 'Bijvoorbeeld: Niet ontvankelijk, Gegrond, Ongegrond, Ingetrokken, Geschorts of Vernietigd.';
COMMENT ON COLUMN public.tbaardbeslbezwaar.ddvervaldatum
IS 'Datum waarop de aard besluit bezwaar/beroep vervallen is.';
COMMENT ON COLUMN public.tbaardbeslbezwaar.dvdmsaardbesluit
IS 'Vertaling van het aard besluit naar het DMS/zaaksysteem';
This file was generated with SQL Manager for PostgreSQL (www.pgsqlmanager.com) at 5-1-2022 14:13 |
![]() ![]() ![]() |