Schema
public
Owner
waveuser005
Tablespace
(default)
Descriptions
Tabel met informatieobjecttypes vertrouwelijkheid (StUF Zaken)
Fields
PK | FK | Name | Data type | Not null | Unique | Inherited | Default | Description |
---|---|---|---|---|---|---|---|---|
|
dnkey |
serial |
|
nextval('tbvertrouwelijkheid_dnkey_seq'::regclass) |
Primary key |
|||
|
|
dnniveau |
integer |
|
|
|
|
Het vereiste niveau (openbaar = 0) |
|
|
dvomschrijving |
varchar(50) |
|
|
|
|
Duiding zoals openbaar of geheim |
|
|
ddvervaldatum |
timestamp |
|
|
|
|
Datum dat duiding is komen te vervallen |
Foreign Keys
There are no foreign keys for table tbvertrouwelijkheid
Check Constraints
There are no check constraints for table tbvertrouwelijkheid
Indices
Name | Type | Function | Fields | Primary Key | Unique | Description |
---|---|---|---|---|---|---|
cpk_tbvertrouwelijkheid |
btree |
|
dnkey |
|
Triggers
There are no triggers for table tbvertrouwelijkheid
Rules
There are no rules for table tbvertrouwelijkheid
Policies
There are no policies for table tbvertrouwelijkheid
Referenced
Table | Schema | Foreign Key | Fields | FK Table | FK Fields | Delete Action | Update Action | Deferrable | Check Time | Description |
---|---|---|---|---|---|---|---|---|---|---|
public |
cfk_tbcorresp_dnkeyvertrouw |
dnkeyvertrouwelijkheid |
dnkey |
No Action |
No Action |
|
Immediate |
|
||
public |
cfk_tbdocumenten_dnkeyvertrouw |
dnkeyvertrouwelijkheid |
dnkey |
No Action |
No Action |
|
Immediate |
|
||
public |
cfk_tbemailsj_dnkeyvertrouw |
dnkeyvertrouwelijkheid |
dnkey |
No Action |
No Action |
|
Immediate |
|
||
public |
cfk_tbmedew_dnkeyvertrouw |
dnkeyvertrouwelijkheid |
dnkey |
No Action |
No Action |
|
Immediate |
|
Properties
Property | Value |
---|---|
Inherited From |
|
Rows |
0 |
Pages |
0 |
System |
|
Temporary |
|
With OID |
Definition
CREATE TABLE public.tbvertrouwelijkheid (
dnkey SERIAL,
dnniveau INTEGER,
dvomschrijving VARCHAR(50),
ddvervaldatum TIMESTAMP WITHOUT TIME ZONE,
CONSTRAINT cpk_tbvertrouwelijkheid PRIMARY KEY(dnkey)
) ;
COMMENT ON TABLE public.tbvertrouwelijkheid
IS 'Tabel met informatieobjecttypes vertrouwelijkheid (StUF Zaken)';
COMMENT ON COLUMN public.tbvertrouwelijkheid.dnkey
IS 'Primary key';
COMMENT ON COLUMN public.tbvertrouwelijkheid.dnniveau
IS 'Het vereiste niveau (openbaar = 0)';
COMMENT ON COLUMN public.tbvertrouwelijkheid.dvomschrijving
IS 'Duiding zoals openbaar of geheim';
COMMENT ON COLUMN public.tbvertrouwelijkheid.ddvervaldatum
IS 'Datum dat duiding is komen te vervallen';
This file was generated with SQL Manager for PostgreSQL (www.pgsqlmanager.com) at 5-1-2022 14:13 |
![]() ![]() ![]() |