Schema
public
Owner
waveuser005
Tablespace
(default)
Descriptions
Tabel met wijzen van alarmering en uitrukken (groot, klein materieel) ten behoeve van registratie van OMS-meldingen
Fields
PK | FK | Name | Data type | Not null | Unique | Inherited | Default | Description |
---|---|---|---|---|---|---|---|---|
|
dnkey |
serial |
|
nextval('tbomswvu_dnkey_seq'::regclass) |
Primary key. |
|||
|
|
dvuitrukwijze |
varchar(40) |
|
|
|
|
Wijze van alarmering/uitrukken b.v Groot materieel, klein. |
|
|
ddvervaldatum |
timestamp |
|
|
|
|
Datum dat item is komen te vervallen. |
Foreign Keys
There are no foreign keys for table tbomswvu
Check Constraints
Name | Condition | Description |
---|---|---|
cnn_tbomswvu_uitrukw |
dvuitrukwijze IS NOT NULL |
|
Indices
Name | Type | Function | Fields | Primary Key | Unique | Description |
---|---|---|---|---|---|---|
cpk_tbomswvu |
btree |
|
dnkey |
|
Triggers
There are no triggers for table tbomswvu
Rules
There are no rules for table tbomswvu
Referenced
Table | Schema | Foreign Key | Fields | FK Table | FK Fields | Delete Action | Update Action | Deferrable | Check Time | Description |
---|---|---|---|---|---|---|---|---|---|---|
public |
cfk_tbomsmeld_keyomswvu |
dnkeyomswvu |
dnkey |
No Action |
No Action |
|
Immediate |
|
Properties
Property | Value |
---|---|
Inherited From |
|
Rows |
0 |
Pages |
0 |
System |
|
Temporary |
|
With OID |
|
Definition
CREATE TABLE public.tbomswvu (
dnkey SERIAL,
dvuitrukwijze VARCHAR(40),
ddvervaldatum TIMESTAMP WITHOUT TIME ZONE,
CONSTRAINT cpk_tbomswvu PRIMARY KEY(dnkey),
CONSTRAINT cnn_tbomswvu_uitrukw CHECK (dvuitrukwijze IS NOT NULL)
)
WITH (oids = false);
COMMENT ON TABLE public.tbomswvu
IS 'Tabel met wijzen van alarmering en uitrukken (groot, klein materieel) ten behoeve van registratie van OMS-meldingen';
COMMENT ON COLUMN public.tbomswvu.dnkey
IS 'Primary key.';
COMMENT ON COLUMN public.tbomswvu.dvuitrukwijze
IS 'Wijze van alarmering/uitrukken b.v Groot materieel, klein.';
COMMENT ON COLUMN public.tbomswvu.ddvervaldatum
IS 'Datum dat item is komen te vervallen.';
This file was generated with SQL Manager for PostgreSQL (www.pgsqlmanager.com) at 22-2-2017 10:50 |
![]() ![]() ![]() |