Schema
public
Owner
waveuser005
Tablespace
(default)
Descriptions
Tabel met betekenissen van radiussen (gevaar, explosie e.d)
Fields
PK | FK | Name | Data type | Not null | Unique | Inherited | Default | Description |
---|---|---|---|---|---|---|---|---|
|
dnkey |
serial |
|
nextval('tbmilomsradius_dnkey_seq'::regclass) |
Primary key. |
|||
|
|
dvcode |
varchar(10) |
|
|
|
Codering van betekenis van cirkel (8 - onbekend, 1= stank, 2 = gevaaar etcetera) |
|
|
|
dvomsradius |
varchar(30) |
|
|
|
|
Betekenis van cirkel (onbekend, stank,gevaar, legionella) |
|
|
ddvervaldatum |
timestamp |
|
|
|
|
Datum dat codering niet meer gebruikt kan worden. |
|
|
dvcsscolorname |
varchar(30) |
|
|
|
|
Kleurcode css zoals DarkGoldenRod of Green |
Foreign Keys
There are no foreign keys for table tbmilomsradius
Check Constraints
There are no check constraints for table tbmilomsradius
Indices
Name | Type | Function | Fields | Primary Key | Unique | Description |
---|---|---|---|---|---|---|
cpk_tbmilomsradius |
btree |
|
dnkey |
|
||
idu_milomsradius_dvcode |
btree |
|
dvcode |
|
|
Triggers
There are no triggers for table tbmilomsradius
Rules
There are no rules for table tbmilomsradius
Referenced
Table | Schema | Foreign Key | Fields | FK Table | FK Fields | Delete Action | Update Action | Deferrable | Check Time | Description |
---|---|---|---|---|---|---|---|---|---|---|
public |
cfk_tbhoronthef_dnkeyomsradius |
dnkeyomsradius |
dnkey |
No Action |
No Action |
|
Immediate |
|
||
public |
cfk_tbmilasbest_dnkeyomsradius |
dnkeyomsradius |
dnkey |
No Action |
No Action |
|
Immediate |
|
||
public |
cfk_tbmildivers_dnkeyomsradius |
dnkeyomsradius |
dnkey |
No Action |
No Action |
|
Immediate |
|
||
public |
cfk_tbmilemlct_dnkeyomsradius |
dnkeyomsradius |
dnkey |
No Action |
No Action |
|
Immediate |
|
||
public |
cfk_tbmilemstal_dnkeyomsradius |
dnkeyomsradius |
dnkey |
No Action |
No Action |
|
Immediate |
|
||
public |
cfk_tbmilemwat_dnkeyomsradius |
dnkeyomsradius |
dnkey |
No Action |
No Action |
|
Immediate |
|
||
public |
cfk_tbmilopslag_dnkeyomsradius |
dnkeyomsradius |
dnkey |
No Action |
No Action |
|
Immediate |
|
Properties
Property | Value |
---|---|
Inherited From |
|
Rows |
0 |
Pages |
0 |
System |
|
Temporary |
|
With OID |
|
Definition
CREATE TABLE public.tbmilomsradius (
dnkey SERIAL,
dvcode VARCHAR(10),
dvomsradius VARCHAR(30),
ddvervaldatum TIMESTAMP WITHOUT TIME ZONE,
dvcsscolorname VARCHAR(30),
CONSTRAINT cpk_tbmilomsradius PRIMARY KEY(dnkey)
)
WITH (oids = false);
COMMENT ON TABLE public.tbmilomsradius
IS 'Tabel met betekenissen van radiussen (gevaar, explosie e.d)';
COMMENT ON COLUMN public.tbmilomsradius.dnkey
IS 'Primary key.';
COMMENT ON COLUMN public.tbmilomsradius.dvcode
IS 'Codering van betekenis van cirkel (8 - onbekend, 1= stank, 2 = gevaaar etcetera)';
COMMENT ON COLUMN public.tbmilomsradius.dvomsradius
IS 'Betekenis van cirkel (onbekend, stank,gevaar, legionella)';
COMMENT ON COLUMN public.tbmilomsradius.ddvervaldatum
IS 'Datum dat codering niet meer gebruikt kan worden.';
COMMENT ON COLUMN public.tbmilomsradius.dvcsscolorname
IS 'Kleurcode css zoals DarkGoldenRod of Green';
CREATE UNIQUE INDEX idu_milomsradius_dvcode ON public.tbmilomsradius
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 |
![]() ![]() ![]() |