Schema
public
Owner
waveuser005
Tablespace
(default)
Descriptions
Tabel met mogelijke statussen van opslagvoorzieningen zoals in aanleg, afgekeurd, in gebruik
Fields
PK | FK | Name | Data type | Not null | Unique | Inherited | Default | Description |
---|---|---|---|---|---|---|---|---|
|
dnkey |
serial |
|
nextval('tbmilstatusopslag_dnkey_seq'::regclass) |
Primary key. |
|||
|
|
dvcode |
varchar(5) |
|
|
|
|
Codering status opslag . |
|
|
dvomschrijving |
varchar(60) |
|
|
|
|
Omschrijving Status opslag bijv. In gebruik, Niet ingebruik. |
|
|
ddvervaldatum |
timestamp |
|
|
|
|
|
Foreign Keys
There are no foreign keys for table tbmilstatusopslag
Check Constraints
Name | Condition | Description |
---|---|---|
cnn_milstatusopslag_dvcode |
dvcode IS NOT NULL |
|
Indices
Name | Type | Function | Fields | Primary Key | Unique | Description |
---|---|---|---|---|---|---|
cpk_tbmilstatusopslag |
btree |
|
dnkey |
|
Triggers
There are no triggers for table tbmilstatusopslag
Rules
There are no rules for table tbmilstatusopslag
Referenced
Table | Schema | Foreign Key | Fields | FK Table | FK Fields | Delete Action | Update Action | Deferrable | Check Time | Description |
---|---|---|---|---|---|---|---|---|---|---|
public |
cfk_tbmilopslag_tbmilstatops |
dnkeymilstatusopslag |
dnkey |
No Action |
No Action |
|
Immediate |
|
Properties
Property | Value |
---|---|
Inherited From |
|
Rows |
0 |
Pages |
0 |
System |
|
Temporary |
|
With OID |
|
Definition
CREATE TABLE public.tbmilstatusopslag (
dnkey SERIAL,
dvcode VARCHAR(5),
dvomschrijving VARCHAR(60),
ddvervaldatum TIMESTAMP WITHOUT TIME ZONE,
CONSTRAINT cpk_tbmilstatusopslag PRIMARY KEY(dnkey),
CONSTRAINT cnn_milstatusopslag_dvcode CHECK (dvcode IS NOT NULL)
)
WITH (oids = false);
COMMENT ON TABLE public.tbmilstatusopslag
IS 'Tabel met mogelijke statussen van opslagvoorzieningen zoals in aanleg, afgekeurd, in gebruik';
COMMENT ON COLUMN public.tbmilstatusopslag.dnkey
IS 'Primary key.';
COMMENT ON COLUMN public.tbmilstatusopslag.dvcode
IS 'Codering status opslag .';
COMMENT ON COLUMN public.tbmilstatusopslag.dvomschrijving
IS 'Omschrijving Status opslag bijv. In gebruik, Niet ingebruik.';
This file was generated with SQL Manager for PostgreSQL (www.pgsqlmanager.com) at 22-2-2017 10:50 |
![]() ![]() ![]() |