Schema
public
Owner
waveuser005
Tablespace
(default)
Descriptions
Tabel met werkpakketten zoals meerwerk/maatwerk. In de tabel tbprodwkpklant ligt de samenhang tussen tbproducten en tbproducwerkpakketten en tbproducklanten
Fields
PK | FK | Name | Data type | Not null | Unique | Inherited | Default | Description |
---|---|---|---|---|---|---|---|---|
|
dnkey |
serial |
|
nextval('tbproductwerkpakketten_dnkey_seq'::regclass) |
Primary key. |
|||
|
|
dvwerkpakketoms |
varchar(200) |
|
|
|
|
Beschrijving vanwerkpakket bijv maatwerk/meerwerk. |
|
|
dvwerkpakketcode |
varchar(40) |
|
|
|
|
Codering in tijdscrijf/financeel systeem voor werkpakket |
|
|
ddvervallen |
timestamp |
|
|
|
|
Datum dat klant is komen te vervallen. |
Foreign Keys
There are no foreign keys for table tbproductwerkpakketten
Check Constraints
There are no check constraints for table tbproductwerkpakketten
Indices
Name | Type | Function | Fields | Primary Key | Unique | Description |
---|---|---|---|---|---|---|
cpk_tbproductwerkpakketten |
btree |
|
dnkey |
|
Triggers
There are no triggers for table tbproductwerkpakketten
Rules
There are no rules for table tbproductwerkpakketten
Policies
There are no policies for table tbproductwerkpakketten
Referenced
Table | Schema | Foreign Key | Fields | FK Table | FK Fields | Delete Action | Update Action | Deferrable | Check Time | Description |
---|---|---|---|---|---|---|---|---|---|---|
public |
cfk_handh_keyproductwkp |
dnkeyproductwkp |
dnkey |
Set Null |
No Action |
|
Immediate |
|
||
public |
cfk_horverg_keyproductwkp |
dnkeyproductwkp |
dnkey |
Set Null |
No Action |
|
Immediate |
|
||
public |
cfk_infoavrg_keyproductwkp |
dnkeyproductwkp |
dnkey |
Set Null |
No Action |
|
Immediate |
|
||
public |
cfk_milverg_keyproductwkp |
dnkeyproductwkp |
dnkey |
Set Null |
No Action |
|
Immediate |
|
||
public |
cfk_omgverg_keyproductwkp |
dnkeyproductwkp |
dnkey |
Set Null |
No Action |
|
Immediate |
|
||
public |
cfk_ovverg_keyproductwkp |
dnkeyproductwkp |
dnkey |
Set Null |
No Action |
|
Immediate |
|
||
public |
cfk_prodwkpklant_keyprodwerkp |
dnkeyproductwerkpakketten |
dnkey |
Set Null |
No Action |
|
Immediate |
|
||
public |
cfk_zaakprod_keyproductwkp |
dnkeyproductwkp |
dnkey |
Set Null |
No Action |
|
Immediate |
|
Properties
Property | Value |
---|---|
Inherited From |
|
Rows |
0 |
Pages |
0 |
System |
|
Temporary |
|
With OID |
Definition
CREATE TABLE public.tbproductwerkpakketten (
dnkey SERIAL,
dvwerkpakketoms VARCHAR(200),
dvwerkpakketcode VARCHAR(40),
ddvervallen TIMESTAMP WITHOUT TIME ZONE,
CONSTRAINT cpk_tbproductwerkpakketten PRIMARY KEY(dnkey)
) ;
COMMENT ON TABLE public.tbproductwerkpakketten
IS 'Tabel met werkpakketten zoals meerwerk/maatwerk. In de tabel tbprodwkpklant ligt de samenhang tussen tbproducten en tbproducwerkpakketten en tbproducklanten';
COMMENT ON COLUMN public.tbproductwerkpakketten.dnkey
IS 'Primary key.';
COMMENT ON COLUMN public.tbproductwerkpakketten.dvwerkpakketoms
IS 'Beschrijving vanwerkpakket bijv maatwerk/meerwerk.';
COMMENT ON COLUMN public.tbproductwerkpakketten.dvwerkpakketcode
IS 'Codering in tijdscrijf/financeel systeem voor werkpakket';
COMMENT ON COLUMN public.tbproductwerkpakketten.ddvervallen
IS 'Datum dat klant is komen te vervallen.';
This file was generated with SQL Manager for PostgreSQL (www.pgsqlmanager.com) at 5-1-2022 14:13 |
![]() ![]() ![]() |