Schema
public
Owner
waveuser005
Tablespace
(default)
Descriptions
Tabel met mogelijke type woningen waaruit gekozen kan worden tbv woonmonitor
Fields
PK | FK | Name | Data type | Not null | Unique | Inherited | Default | Description |
---|---|---|---|---|---|---|---|---|
|
dnkey |
serial |
|
nextval('tbwmtypewoningen_dnkey_seq'::regclass) |
Primary key |
|||
|
|
dvomschrijving |
varchar(60) |
|
|
|
|
Omschrijving van Type Woning |
|
|
dvtoelichting |
varchar(200) |
|
|
|
|
Eventuele toevoeging omschrijving Type Woning |
|
|
ddvervaldatum |
timestamp |
|
|
|
|
Datum dat Type Woning vervallen is |
Foreign Keys
There are no foreign keys for table tbwmtypewoningen
Check Constraints
Name | Condition | Description |
---|---|---|
cnn_wmtypewoningen_dvomschrijving |
dvomschrijving IS NOT NULL |
|
Indices
Name | Type | Function | Fields | Primary Key | Unique | Description |
---|---|---|---|---|---|---|
cpk_tbwmtypewoningen |
btree |
|
dnkey |
|
Triggers
There are no triggers for table tbwmtypewoningen
Rules
There are no rules for table tbwmtypewoningen
Policies
There are no policies for table tbwmtypewoningen
Referenced
Table | Schema | Foreign Key | Fields | FK Table | FK Fields | Delete Action | Update Action | Deferrable | Check Time | Description |
---|---|---|---|---|---|---|---|---|---|---|
public |
cfk_toestemming_dnkeywmtypewoningen |
dnkeywmtypewoningen |
dnkey |
No Action |
No Action |
|
Immediate |
|
Properties
Property | Value |
---|---|
Inherited From |
|
Rows |
0 |
Pages |
0 |
System |
|
Temporary |
|
With OID |
Definition
CREATE TABLE public.tbwmtypewoningen (
dnkey SERIAL,
dvomschrijving VARCHAR(60),
dvtoelichting VARCHAR(200),
ddvervaldatum TIMESTAMP WITHOUT TIME ZONE,
CONSTRAINT cpk_tbwmtypewoningen PRIMARY KEY(dnkey),
CONSTRAINT cnn_wmtypewoningen_dvomschrijving CHECK (dvomschrijving IS NOT NULL)
) ;
COMMENT ON TABLE public.tbwmtypewoningen
IS 'Tabel met mogelijke type woningen waaruit gekozen kan worden tbv woonmonitor';
COMMENT ON COLUMN public.tbwmtypewoningen.dnkey
IS 'Primary key';
COMMENT ON COLUMN public.tbwmtypewoningen.dvomschrijving
IS 'Omschrijving van Type Woning';
COMMENT ON COLUMN public.tbwmtypewoningen.dvtoelichting
IS 'Eventuele toevoeging omschrijving Type Woning';
COMMENT ON COLUMN public.tbwmtypewoningen.ddvervaldatum
IS 'Datum dat Type Woning vervallen is';
This file was generated with SQL Manager for PostgreSQL (www.pgsqlmanager.com) at 5-1-2022 14:13 |
![]() ![]() ![]() |