Schema
public
Owner
waveuser005
Tablespace
(default)
Descriptions
Tabel om stoffen te coderen zoals 55400 - NWCA SLIBBEN OPLOSMIDDELHOUDEND, 57503 - NWCA RUBBER-ASBEST AFVAL
Fields
PK | FK | Name | Data type | Not null | Unique | Inherited | Default | Description |
---|---|---|---|---|---|---|---|---|
|
dnkey |
serial |
|
nextval('tbmilcodestof_dnkey_seq'::regclass) |
Primary key. |
|||
|
|
dvcode |
varchar(10) |
|
|
|
|
Codering Soort stof bijv NH3. |
|
|
dvomschrijving |
varchar(60) |
|
|
|
|
Omschrijving Stof bijv Ammoniakgas. |
|
|
ddvervaldatum |
timestamp |
|
|
|
|
|
Foreign Keys
There are no foreign keys for table tbmilcodestof
Check Constraints
Name | Condition | Description |
---|---|---|
cnn_milcodestof_code |
dvcode IS NOT NULL |
|
Indices
Name | Type | Function | Fields | Primary Key | Unique | Description |
---|---|---|---|---|---|---|
cpk_tbmilcodestof |
btree |
|
dnkey |
|
||
idx_milcodestof_code |
btree |
|
dvcode |
|
|
|
Triggers
There are no triggers for table tbmilcodestof
Rules
There are no rules for table tbmilcodestof
Referenced
Table | Schema | Foreign Key | Fields | FK Table | FK Fields | Delete Action | Update Action | Deferrable | Check Time | Description |
---|---|---|---|---|---|---|---|---|---|---|
public |
cfk_tbmilemlctst_tbmilcodest |
dnkeymilcodestof |
dnkey |
No Action |
No Action |
|
Immediate |
|
Properties
Property | Value |
---|---|
Inherited From |
|
Rows |
0 |
Pages |
0 |
System |
|
Temporary |
|
With OID |
|
Definition
CREATE TABLE public.tbmilcodestof (
dnkey SERIAL,
dvcode VARCHAR(10),
dvomschrijving VARCHAR(60),
ddvervaldatum TIMESTAMP WITHOUT TIME ZONE,
CONSTRAINT cpk_tbmilcodestof PRIMARY KEY(dnkey),
CONSTRAINT cnn_milcodestof_code CHECK (dvcode IS NOT NULL)
)
WITH (oids = false);
COMMENT ON TABLE public.tbmilcodestof
IS 'Tabel om stoffen te coderen zoals 55400 - NWCA SLIBBEN OPLOSMIDDELHOUDEND, 57503 - NWCA RUBBER-ASBEST AFVAL';
COMMENT ON COLUMN public.tbmilcodestof.dnkey
IS 'Primary key.';
COMMENT ON COLUMN public.tbmilcodestof.dvcode
IS 'Codering Soort stof bijv NH3.';
COMMENT ON COLUMN public.tbmilcodestof.dvomschrijving
IS 'Omschrijving Stof bijv Ammoniakgas.';
CREATE INDEX idx_milcodestof_code ON public.tbmilcodestof
USING btree (dvcode COLLATE pg_catalog."default");
This file was generated with SQL Manager for PostgreSQL (www.pgsqlmanager.com) at 22-2-2017 10:50 |
![]() ![]() ![]() |