Schema
public
Owner
waveuser005
Tablespace
(default)
Descriptions
Tabel met samenstellingen van de welstandscommissie (zaols grote vergaderingh, kleine vergadering)
Fields
PK | FK | Name | Data type | Not null | Unique | Inherited | Default | Description |
---|---|---|---|---|---|---|---|---|
|
dnkey |
serial |
|
nextval('tbwelstandcommissie_dnkey_seq'::regclass) |
Primary key. |
|||
|
|
dvomschrijving |
varchar(40) |
|
|
|
|
Omschrijving van de welstandscommissiie zoals grote of kleine commissie. |
|
|
ddvervaldatum |
timestamp |
|
|
|
|
datum dat commissie is komen te vervallen. |
Foreign Keys
There are no foreign keys for table tbwelstandcommissie
Check Constraints
There are no check constraints for table tbwelstandcommissie
Indices
Name | Type | Function | Fields | Primary Key | Unique | Description |
---|---|---|---|---|---|---|
cpk_tbwelstandcommissie |
btree |
|
dnkey |
|
||
idx_welstandcie_vervaldat |
btree |
|
ddvervaldatum |
|
|
|
Triggers
There are no triggers for table tbwelstandcommissie
Rules
There are no rules for table tbwelstandcommissie
Referenced
Table | Schema | Foreign Key | Fields | FK Table | FK Fields | Delete Action | Update Action | Deferrable | Check Time | Description |
---|---|---|---|---|---|---|---|---|---|---|
public |
cfk_tbadvieswelst_tbwelstcie |
dnkeywelcommissie |
dnkey |
No Action |
No Action |
|
Immediate |
|
Properties
Property | Value |
---|---|
Inherited From |
|
Rows |
0 |
Pages |
0 |
System |
|
Temporary |
|
With OID |
|
Definition
CREATE TABLE public.tbwelstandcommissie (
dnkey SERIAL,
dvomschrijving VARCHAR(40),
ddvervaldatum TIMESTAMP WITHOUT TIME ZONE,
CONSTRAINT cpk_tbwelstandcommissie PRIMARY KEY(dnkey)
)
WITH (oids = false);
COMMENT ON TABLE public.tbwelstandcommissie
IS 'Tabel met samenstellingen van de welstandscommissie (zaols grote vergaderingh, kleine vergadering)';
COMMENT ON COLUMN public.tbwelstandcommissie.dnkey
IS 'Primary key.';
COMMENT ON COLUMN public.tbwelstandcommissie.dvomschrijving
IS 'Omschrijving van de welstandscommissiie zoals grote of kleine commissie.';
COMMENT ON COLUMN public.tbwelstandcommissie.ddvervaldatum
IS 'datum dat commissie is komen te vervallen.';
CREATE INDEX idx_welstandcie_vervaldat ON public.tbwelstandcommissie
USING btree (ddvervaldatum);
This file was generated with SQL Manager for PostgreSQL (www.pgsqlmanager.com) at 22-2-2017 10:50 |
![]() ![]() ![]() |