Schema
public
Owner
waveuser005
Tablespace
(default)
Descriptions
Tabel met soorten bestemmingsplancategorieen zoals basisplan of uitwerkingsplan
Fields
PK | FK | Name | Data type | Not null | Unique | Inherited | Default | Description |
---|---|---|---|---|---|---|---|---|
|
dnkey |
serial |
|
nextval('tbbestplancategorie_dnkey_seq'::regclass) |
Primary key. |
|||
|
|
dvomschrijving |
varchar(50) |
|
|
|
|
Omschrijving van de categorie bestemmingsplan. |
|
|
ddvervaldatum |
timestamp |
|
|
|
|
Datum waarop categorie vervallen is. |
Foreign Keys
There are no foreign keys for table tbbestplancategorie
Check Constraints
There are no check constraints for table tbbestplancategorie
Indices
Name | Type | Function | Fields | Primary Key | Unique | Description |
---|---|---|---|---|---|---|
cpk_tbbestplancategorie |
btree |
|
dnkey |
|
Triggers
There are no triggers for table tbbestplancategorie
Rules
There are no rules for table tbbestplancategorie
Referenced
Table | Schema | Foreign Key | Fields | FK Table | FK Fields | Delete Action | Update Action | Deferrable | Check Time | Description |
---|---|---|---|---|---|---|---|---|---|---|
public |
cfk_tbsrtbestplan_categor |
dnkeybestplancategorie |
dnkey |
No Action |
No Action |
|
Immediate |
|
Properties
Property | Value |
---|---|
Inherited From |
|
Rows |
0 |
Pages |
0 |
System |
|
Temporary |
|
With OID |
|
Definition
CREATE TABLE public.tbbestplancategorie (
dnkey SERIAL,
dvomschrijving VARCHAR(50),
ddvervaldatum TIMESTAMP WITHOUT TIME ZONE,
CONSTRAINT cpk_tbbestplancategorie PRIMARY KEY(dnkey)
)
WITH (oids = false);
COMMENT ON TABLE public.tbbestplancategorie
IS 'Tabel met soorten bestemmingsplancategorieen zoals basisplan of uitwerkingsplan';
COMMENT ON COLUMN public.tbbestplancategorie.dnkey
IS 'Primary key.';
COMMENT ON COLUMN public.tbbestplancategorie.dvomschrijving
IS 'Omschrijving van de categorie bestemmingsplan.';
COMMENT ON COLUMN public.tbbestplancategorie.ddvervaldatum
IS 'Datum waarop categorie vervallen is.';
This file was generated with SQL Manager for PostgreSQL (www.pgsqlmanager.com) at 22-2-2017 10:50 |
![]() ![]() ![]() |