Schema
public
Owner
waveuser005
Tablespace
(default)
Descriptions
Tabel met indicaties van de termijn waarop een - tijdens een inspectie geconstateerde - onrechtmatigheid zou moeten zijn opgelost, zoals week, maand, jaar
Fields
PK | FK | Name | Data type | Not null | Unique | Inherited | Default | Description |
---|---|---|---|---|---|---|---|---|
|
dnkey |
serial |
|
nextval('tbinsptermijnoplovertr_dnkey_seq'::regclass) |
Primary key. |
|||
|
|
dvomschrijving |
varchar(25) |
|
|
|
|
Omschrijving van de termijn waarop geconstateerde overtreding zou moeten zijn opgelost zoals een jaar, week , maand. |
|
|
ddvervaldatum |
timestamp |
|
|
|
|
Datum dat de soort termijn is vervallen. |
Foreign Keys
There are no foreign keys for table tbinsptermijnoplovertr
Check Constraints
There are no check constraints for table tbinsptermijnoplovertr
Indices
Name | Type | Function | Fields | Primary Key | Unique | Description |
---|---|---|---|---|---|---|
cpk_tbinsptermijnoplovertr |
btree |
|
dnkey |
|
Triggers
There are no triggers for table tbinsptermijnoplovertr
Rules
There are no rules for table tbinsptermijnoplovertr
Referenced
Table | Schema | Foreign Key | Fields | FK Table | FK Fields | Delete Action | Update Action | Deferrable | Check Time | Description |
---|---|---|---|---|---|---|---|---|---|---|
public |
cfk_tbinspovgeb_keyinsptermop |
dnkeyinsptermopl |
dnkey |
No Action |
No Action |
|
Immediate |
|
Properties
Property | Value |
---|---|
Inherited From |
|
Rows |
0 |
Pages |
0 |
System |
|
Temporary |
|
With OID |
|
Definition
CREATE TABLE public.tbinsptermijnoplovertr (
dnkey SERIAL,
dvomschrijving VARCHAR(25),
ddvervaldatum TIMESTAMP WITHOUT TIME ZONE,
CONSTRAINT cpk_tbinsptermijnoplovertr PRIMARY KEY(dnkey)
)
WITH (oids = false);
COMMENT ON TABLE public.tbinsptermijnoplovertr
IS 'Tabel met indicaties van de termijn waarop een - tijdens een inspectie geconstateerde - onrechtmatigheid zou moeten zijn opgelost, zoals week, maand, jaar';
COMMENT ON COLUMN public.tbinsptermijnoplovertr.dnkey
IS 'Primary key.';
COMMENT ON COLUMN public.tbinsptermijnoplovertr.dvomschrijving
IS 'Omschrijving van de termijn waarop geconstateerde overtreding zou moeten zijn opgelost zoals een jaar, week , maand.';
COMMENT ON COLUMN public.tbinsptermijnoplovertr.ddvervaldatum
IS 'Datum dat de soort termijn is vervallen.';
This file was generated with SQL Manager for PostgreSQL (www.pgsqlmanager.com) at 22-2-2017 10:50 |
![]() ![]() ![]() |