Schema
public
Owner
waveuser005
Tablespace
(default)
Descriptions
Tabel met productdefinities (code en omschrijving)
Fields
PK | FK | Name | Data type | Not null | Unique | Inherited | Default | Description |
---|---|---|---|---|---|---|---|---|
|
dnkey |
serial |
|
nextval('tbproductdef_dnkey_seq'::regclass) |
Primary key. |
|||
|
|
dvproductoms |
varchar(200) |
|
|
|
|
Omschrijving van product |
|
|
dvproductcode |
varchar(40) |
|
|
|
|
Codering van product |
|
|
ddvervallen |
timestamp |
|
|
|
|
Datum dat product is komen te vervallen. |
Foreign Keys
There are no foreign keys for table tbproductdef
Check Constraints
There are no check constraints for table tbproductdef
Indices
Name | Type | Function | Fields | Primary Key | Unique | Description |
---|---|---|---|---|---|---|
cpk_tbproductdef |
btree |
|
dnkey |
|
Triggers
There are no triggers for table tbproductdef
Rules
There are no rules for table tbproductdef
Policies
There are no policies for table tbproductdef
Referenced
Table | Schema | Foreign Key | Fields | FK Table | FK Fields | Delete Action | Update Action | Deferrable | Check Time | Description |
---|---|---|---|---|---|---|---|---|---|---|
public |
cfk_tbsubprod_keyproductdef |
dnkeyproductdef |
dnkey |
Cascade |
No Action |
|
Immediate |
|
Properties
Property | Value |
---|---|
Inherited From |
|
Rows |
0 |
Pages |
0 |
System |
|
Temporary |
|
With OID |
Definition
CREATE TABLE public.tbproductdef (
dnkey SERIAL,
dvproductoms VARCHAR(200),
dvproductcode VARCHAR(40),
ddvervallen TIMESTAMP WITHOUT TIME ZONE,
CONSTRAINT cpk_tbproductdef PRIMARY KEY(dnkey)
) ;
COMMENT ON TABLE public.tbproductdef
IS 'Tabel met productdefinities (code en omschrijving)';
COMMENT ON COLUMN public.tbproductdef.dnkey
IS 'Primary key.';
COMMENT ON COLUMN public.tbproductdef.dvproductoms
IS 'Omschrijving van product';
COMMENT ON COLUMN public.tbproductdef.dvproductcode
IS 'Codering van product';
COMMENT ON COLUMN public.tbproductdef.ddvervallen
IS 'Datum dat product is komen te vervallen.';
This file was generated with SQL Manager for PostgreSQL (www.pgsqlmanager.com) at 5-1-2022 14:13 |
![]() ![]() ![]() |