Schema
public
Owner
waveuser005
Tablespace
(default)
Descriptions
There is no description for table tbprogncategorie
Fields
PK | FK | Name | Data type | Not null | Unique | Inherited | Default | Description |
---|---|---|---|---|---|---|---|---|
|
dnkey |
serial |
|
nextval('tbprogncategorie_dnkey_seq'::regclass) |
Primary key. |
|||
|
|
dvcategorie |
varchar(150) |
|
|
|
|
Categoriebeschrijving zoals Juridische handhaving milieu/ro of asbestcontrole |
|
|
ddvervaldatum |
timestamp |
|
|
|
|
Datum dat categorie is komen te vervallen. |
Foreign Keys
There are no foreign keys for table tbprogncategorie
Check Constraints
There are no check constraints for table tbprogncategorie
Indices
Name | Type | Function | Fields | Primary Key | Unique | Description |
---|---|---|---|---|---|---|
cpk_tbprogncategorie |
btree |
|
dnkey |
|
Triggers
There are no triggers for table tbprogncategorie
Rules
There are no rules for table tbprogncategorie
Referenced
Table | Schema | Foreign Key | Fields | FK Table | FK Fields | Delete Action | Update Action | Deferrable | Check Time | Description |
---|---|---|---|---|---|---|---|---|---|---|
public |
cfk_prognose_keyprogncateg |
dnkeyprogncategorie |
dnkey |
No Action |
No Action |
|
Immediate |
|
Properties
Property | Value |
---|---|
Inherited From |
|
Rows |
0 |
Pages |
0 |
System |
|
Temporary |
|
With OID |
|
Definition
CREATE TABLE public.tbprogncategorie (
dnkey SERIAL,
dvcategorie VARCHAR(150),
ddvervaldatum TIMESTAMP WITHOUT TIME ZONE,
CONSTRAINT cpk_tbprogncategorie PRIMARY KEY(dnkey)
)
WITH (oids = false);
COMMENT ON COLUMN public.tbprogncategorie.dnkey
IS 'Primary key.';
COMMENT ON COLUMN public.tbprogncategorie.dvcategorie
IS 'Categoriebeschrijving zoals Juridische handhaving milieu/ro of asbestcontrole';
COMMENT ON COLUMN public.tbprogncategorie.ddvervaldatum
IS 'Datum dat categorie is komen te vervallen.';
This file was generated with SQL Manager for PostgreSQL (www.pgsqlmanager.com) at 22-2-2017 10:50 |
![]() ![]() ![]() |