Schema
public
Owner
waveuser005
Tablespace
(default)
Descriptions
Deprecated sinds open-wave cersie 3.1.13. Tabel met mogelijke horeca klachtsoorten zoals geluidsoverlast, vechtpartijen
Fields
PK | FK | Name | Data type | Not null | Unique | Inherited | Default | Description |
---|---|---|---|---|---|---|---|---|
|
dnkey |
serial |
|
nextval('tbhorsoortklacht_dnkey_seq'::regclass) |
Deprecated sinds versie 1.13. Primary Key. |
|||
|
|
dvomschrijving |
varchar(30) |
|
|
|
|
Deprecated sinds versie 1.13. Omschrijving van de categorie klacht. |
|
|
ddvervaldatum |
timestamp |
|
|
|
|
Deprecated sinds versie 1.13. VervalDatum. |
Foreign Keys
There are no foreign keys for table tbhorsoortklacht
Check Constraints
There are no check constraints for table tbhorsoortklacht
Indices
Name | Type | Function | Fields | Primary Key | Unique | Description |
---|---|---|---|---|---|---|
cpk_tbhorsoortklacht |
btree |
|
dnkey |
|
Triggers
There are no triggers for table tbhorsoortklacht
Rules
There are no rules for table tbhorsoortklacht
Policies
There are no policies for table tbhorsoortklacht
Referenced
Table | Schema | Foreign Key | Fields | FK Table | FK Fields | Delete Action | Update Action | Deferrable | Check Time | Description |
---|---|---|---|---|---|---|---|---|---|---|
public |
cfk_horklacht_horsoortklacht |
dnkeyhorsoortklacht |
dnkey |
No Action |
No Action |
|
Immediate |
|
Properties
Property | Value |
---|---|
Inherited From |
|
Rows |
0 |
Pages |
0 |
System |
|
Temporary |
|
With OID |
Definition
CREATE TABLE public.tbhorsoortklacht (
dnkey SERIAL,
dvomschrijving VARCHAR(30),
ddvervaldatum TIMESTAMP WITHOUT TIME ZONE,
CONSTRAINT cpk_tbhorsoortklacht PRIMARY KEY(dnkey)
) ;
COMMENT ON TABLE public.tbhorsoortklacht
IS 'Deprecated sinds open-wave cersie 3.1.13. Tabel met mogelijke horeca klachtsoorten zoals geluidsoverlast, vechtpartijen';
COMMENT ON COLUMN public.tbhorsoortklacht.dnkey
IS 'Deprecated sinds versie 1.13. Primary Key.';
COMMENT ON COLUMN public.tbhorsoortklacht.dvomschrijving
IS 'Deprecated sinds versie 1.13. Omschrijving van de categorie klacht.';
COMMENT ON COLUMN public.tbhorsoortklacht.ddvervaldatum
IS 'Deprecated sinds versie 1.13. VervalDatum.';
This file was generated with SQL Manager for PostgreSQL (www.pgsqlmanager.com) at 5-1-2022 14:13 |
![]() ![]() ![]() |