Schema
public
Owner
waveuser005
Tablespace
(default)
Descriptions
Tabel met manieren t.b.v. de tabel tbmilemwater waarop geloosd kan worden zoals op persriool of op oppervlaktewater
Fields
PK | FK | Name | Data type | Not null | Unique | Inherited | Default | Description |
---|---|---|---|---|---|---|---|---|
|
dnkey |
serial |
|
nextval('tbmilsrtlozing_dnkey_seq'::regclass) |
Primary key. |
|||
|
|
dvcode |
varchar(5) |
|
|
|
|
Codering Soort lozing . |
|
|
dvomschrijving |
varchar(60) |
|
|
|
|
Omschrijving Soort lozing bijv. oppervlaktewater, mestkelder, riolering, bodem. |
|
|
ddvervaldatum |
timestamp |
|
|
|
|
|
Foreign Keys
There are no foreign keys for table tbmilsrtlozing
Check Constraints
Name | Condition | Description |
---|---|---|
cnn_milsrtlozing_dvcode |
dvcode IS NOT NULL |
|
Indices
Name | Type | Function | Fields | Primary Key | Unique | Description |
---|---|---|---|---|---|---|
cpk_tbmilsrtlozing |
btree |
|
dnkey |
|
Triggers
There are no triggers for table tbmilsrtlozing
Rules
There are no rules for table tbmilsrtlozing
Referenced
Table | Schema | Foreign Key | Fields | FK Table | FK Fields | Delete Action | Update Action | Deferrable | Check Time | Description |
---|---|---|---|---|---|---|---|---|---|---|
public |
cfk_tbmilemwater_tbmilsrtloz |
dnkeymilsrtlozing |
dnkey |
No Action |
No Action |
|
Immediate |
|
Properties
Property | Value |
---|---|
Inherited From |
|
Rows |
0 |
Pages |
0 |
System |
|
Temporary |
|
With OID |
|
Definition
CREATE TABLE public.tbmilsrtlozing (
dnkey SERIAL,
dvcode VARCHAR(5),
dvomschrijving VARCHAR(60),
ddvervaldatum TIMESTAMP WITHOUT TIME ZONE,
CONSTRAINT cpk_tbmilsrtlozing PRIMARY KEY(dnkey),
CONSTRAINT cnn_milsrtlozing_dvcode CHECK (dvcode IS NOT NULL)
)
WITH (oids = false);
COMMENT ON TABLE public.tbmilsrtlozing
IS 'Tabel met manieren t.b.v. de tabel tbmilemwater waarop geloosd kan worden zoals op persriool of op oppervlaktewater';
COMMENT ON COLUMN public.tbmilsrtlozing.dnkey
IS 'Primary key.';
COMMENT ON COLUMN public.tbmilsrtlozing.dvcode
IS 'Codering Soort lozing .';
COMMENT ON COLUMN public.tbmilsrtlozing.dvomschrijving
IS 'Omschrijving Soort lozing bijv. oppervlaktewater, mestkelder, riolering, bodem.';
This file was generated with SQL Manager for PostgreSQL (www.pgsqlmanager.com) at 22-2-2017 10:50 |
![]() ![]() ![]() |