Schema
public
Owner
waveuser005
Tablespace
(default)
Descriptions
Tabel met domeinen waarop de omgevingsactiviteiten zijn ingedeeld, zoals milieu belastenbde activiteit en lozingsactiviteit. Dient als codetabel vootr tbsdrttoestemming
Fields
PK | FK | Name | Data type | Not null | Unique | Inherited | Default | Description |
---|---|---|---|---|---|---|---|---|
|
dnkey |
serial |
|
nextval('tbdomeinactiviteit_dnkey_seq'::regclass) |
Datum per wanneer domein vervallen is |
|||
|
|
dvdomein |
varchar(200) |
|
|
|
|
Domienomschrijving zoals Miliebelastende activiteit of lozingsactiviteit |
|
|
ddvervallen |
timestamp |
|
|
|
|
|
Foreign Keys
There are no foreign keys for table tbdomeinactiviteit
Check Constraints
There are no check constraints for table tbdomeinactiviteit
Indices
Name | Type | Function | Fields | Primary Key | Unique | Description |
---|---|---|---|---|---|---|
cpk_tbdomeinactiviteit |
btree |
|
dnkey |
|
Triggers
There are no triggers for table tbdomeinactiviteit
Rules
There are no rules for table tbdomeinactiviteit
Policies
There are no policies for table tbdomeinactiviteit
Referenced
Table | Schema | Foreign Key | Fields | FK Table | FK Fields | Delete Action | Update Action | Deferrable | Check Time | Description |
---|---|---|---|---|---|---|---|---|---|---|
public |
cfk_tbsrttoestemmin_dnkeydomeinactiviteit |
dnkeydomeinactiviteit |
dnkey |
Set Null |
No Action |
|
Immediate |
|
Properties
Property | Value |
---|---|
Inherited From |
|
Rows |
0 |
Pages |
0 |
System |
|
Temporary |
|
With OID |
Definition
CREATE TABLE public.tbdomeinactiviteit (
dnkey SERIAL,
dvdomein VARCHAR(200),
ddvervallen TIMESTAMP WITHOUT TIME ZONE,
CONSTRAINT cpk_tbdomeinactiviteit PRIMARY KEY(dnkey)
) ;
COMMENT ON TABLE public.tbdomeinactiviteit
IS 'Tabel met domeinen waarop de omgevingsactiviteiten zijn ingedeeld, zoals milieu belastenbde activiteit en lozingsactiviteit. Dient als codetabel vootr tbsdrttoestemming';
COMMENT ON COLUMN public.tbdomeinactiviteit.dnkey
IS 'Datum per wanneer domein vervallen is';
COMMENT ON COLUMN public.tbdomeinactiviteit.dvdomein
IS 'Domienomschrijving zoals Miliebelastende activiteit of lozingsactiviteit';
This file was generated with SQL Manager for PostgreSQL (www.pgsqlmanager.com) at 2-5-2025 13:49 |
![]() ![]() ![]() |