Schema
public
Owner
waveuser005
Tablespace
(default)
Descriptions
Tabel met afrondingstatussen van een handhavingszaak zoals volledig, niet, gedeeltelijk
Fields
PK | FK | Name | Data type | Not null | Unique | Inherited | Default | Description |
---|---|---|---|---|---|---|---|---|
|
dvcode |
char(1) |
|
|
Primary key. |
|||
|
|
dvomschrijving |
varchar(50) |
|
|
|
|
Omschrijving hoe de handhavingsprocedure is afgerond (ingetrokken, ). |
|
|
ddvervaldatum |
timestamp |
|
|
|
|
Datum waarvanaf afrondingscode niet meer geldig is. |
|
|
dvdmsaardbesluit |
varchar(40) |
|
|
|
|
Vertaling van het aard besluit naar het DMS/zaaksysteem |
Foreign Keys
There are no foreign keys for table tbhandhafronding
Check Constraints
There are no check constraints for table tbhandhafronding
Indices
Name | Type | Function | Fields | Primary Key | Unique | Description |
---|---|---|---|---|---|---|
cpk_tbhandhafronding |
btree |
|
dvcode |
|
||
idx_vervaldatum_handhafronding |
btree |
|
ddvervaldatum |
|
|
|
Triggers
There are no triggers for table tbhandhafronding
Rules
There are no rules for table tbhandhafronding
Referenced
Table | Schema | Foreign Key | Fields | FK Table | FK Fields | Delete Action | Update Action | Deferrable | Check Time | Description |
---|---|---|---|---|---|---|---|---|---|---|
public |
cfk_handh_handhafronding |
dvcodehandhafronding |
dvcode |
No Action |
No Action |
|
Immediate |
|
||
public |
cfk_tbhhafrondsrtzk_codeafr |
dvcodehandhafrond |
dvcode |
Cascade |
No Action |
|
Immediate |
|
Properties
Property | Value |
---|---|
Inherited From |
|
Rows |
0 |
Pages |
0 |
System |
|
Temporary |
|
With OID |
|
Definition
CREATE TABLE public.tbhandhafronding (
dvcode CHAR(1) NOT NULL,
dvomschrijving VARCHAR(50),
ddvervaldatum TIMESTAMP WITHOUT TIME ZONE,
dvdmsaardbesluit VARCHAR(40),
CONSTRAINT cpk_tbhandhafronding PRIMARY KEY(dvcode)
)
WITH (oids = false);
COMMENT ON TABLE public.tbhandhafronding
IS 'Tabel met afrondingstatussen van een handhavingszaak zoals volledig, niet, gedeeltelijk';
COMMENT ON COLUMN public.tbhandhafronding.dvcode
IS 'Primary key.';
COMMENT ON COLUMN public.tbhandhafronding.dvomschrijving
IS 'Omschrijving hoe de handhavingsprocedure is afgerond (ingetrokken, ).';
COMMENT ON COLUMN public.tbhandhafronding.ddvervaldatum
IS 'Datum waarvanaf afrondingscode niet meer geldig is.';
COMMENT ON COLUMN public.tbhandhafronding.dvdmsaardbesluit
IS 'Vertaling van het aard besluit naar het DMS/zaaksysteem';
CREATE INDEX idx_vervaldatum_handhafronding ON public.tbhandhafronding
USING btree (ddvervaldatum);
This file was generated with SQL Manager for PostgreSQL (www.pgsqlmanager.com) at 22-2-2017 10:50 |
![]() ![]() ![]() |