Schema
public
Owner
waveuser005
Tablespace
(default)
Descriptions
Tabel met soorten bestuurlijke maatregelen als dwangsom, herplantplicht
Fields
PK | FK | Name | Data type | Not null | Unique | Inherited | Default | Description |
---|---|---|---|---|---|---|---|---|
|
dnkey |
serial |
|
nextval('tbsrtbestmaatr_dnkey_seq'::regclass) |
Primary key. |
|||
|
|
dvcode |
varchar(10) |
|
|
|
|
Codering van de soort bestuurlijke maatregel. |
|
|
dvomschrijving |
varchar(100) |
|
|
|
|
Omschrijving van het soort bestuurlijke maatregel als dwangsom of herplantplicht. |
|
|
ddvervaldatum |
timestamp |
|
|
|
|
|
Foreign Keys
There are no foreign keys for table tbsrtbestmaatr
Check Constraints
There are no check constraints for table tbsrtbestmaatr
Indices
Name | Type | Function | Fields | Primary Key | Unique | Description |
---|---|---|---|---|---|---|
cpk_tbsrtbestmaatr |
btree |
|
dnkey |
|
Triggers
There are no triggers for table tbsrtbestmaatr
Rules
There are no rules for table tbsrtbestmaatr
Policies
There are no policies for table tbsrtbestmaatr
Referenced
Table | Schema | Foreign Key | Fields | FK Table | FK Fields | Delete Action | Update Action | Deferrable | Check Time | Description |
---|---|---|---|---|---|---|---|---|---|---|
public |
cfk_bestmaatreg_keysrtbest |
dnkeysrtbestmaatr |
dnkey |
No Action |
No Action |
|
Immediate |
|
Properties
Property | Value |
---|---|
Inherited From |
|
Rows |
0 |
Pages |
0 |
System |
|
Temporary |
|
With OID |
Definition
CREATE TABLE public.tbsrtbestmaatr (
dnkey SERIAL,
dvcode VARCHAR(10),
dvomschrijving VARCHAR(100),
ddvervaldatum TIMESTAMP WITHOUT TIME ZONE,
CONSTRAINT cpk_tbsrtbestmaatr PRIMARY KEY(dnkey)
) ;
COMMENT ON TABLE public.tbsrtbestmaatr
IS 'Tabel met soorten bestuurlijke maatregelen als dwangsom, herplantplicht';
COMMENT ON COLUMN public.tbsrtbestmaatr.dnkey
IS 'Primary key.';
COMMENT ON COLUMN public.tbsrtbestmaatr.dvcode
IS 'Codering van de soort bestuurlijke maatregel.';
COMMENT ON COLUMN public.tbsrtbestmaatr.dvomschrijving
IS 'Omschrijving van het soort bestuurlijke maatregel als dwangsom of herplantplicht.';
This file was generated with SQL Manager for PostgreSQL (www.pgsqlmanager.com) at 5-1-2022 14:13 |
![]() ![]() ![]() |