Schema
public
Owner
waveuser005
Tablespace
(default)
Descriptions
Tabel met hoofcategorieen ROEB tbv van berekening vastgestelde kosten
Fields
PK | FK | Name | Data type | Not null | Unique | Inherited | Default | Description |
---|---|---|---|---|---|---|---|---|
|
dnkey |
serial |
|
nextval('tbroebhfdcat_dnkey_seq'::regclass) |
Primary key. |
|||
|
|
dvhoofdcategorie |
varchar(100) |
|
|
|
|
Naam van de catgorie bijv, perkeerkelderm varkensstal,woning. |
|
|
ddvervallen |
timestamp |
|
|
|
|
Datum dat hoofdcategoerie is komen te vervallen |
|
|
dvhoofdcatcode |
varchar(10) |
|
|
|
|
Codering van hoofdcategorie |
Foreign Keys
There are no foreign keys for table tbroebhfdcat
Check Constraints
There are no check constraints for table tbroebhfdcat
Indices
Name | Type | Function | Fields | Primary Key | Unique | Description |
---|---|---|---|---|---|---|
cpk_tbroebhfdcat |
btree |
|
dnkey |
|
Triggers
There are no triggers for table tbroebhfdcat
Rules
There are no rules for table tbroebhfdcat
Policies
There are no policies for table tbroebhfdcat
Referenced
Table | Schema | Foreign Key | Fields | FK Table | FK Fields | Delete Action | Update Action | Deferrable | Check Time | Description |
---|---|---|---|---|---|---|---|---|---|---|
public |
cfk_tbroebsubcat_keyroebhfdcat |
dnkeyroebhfdcat |
dnkey |
Cascade |
No Action |
|
Immediate |
|
Properties
Property | Value |
---|---|
Inherited From |
|
Rows |
0 |
Pages |
0 |
System |
|
Temporary |
|
With OID |
Definition
CREATE TABLE public.tbroebhfdcat (
dnkey SERIAL,
dvhoofdcategorie VARCHAR(100),
ddvervallen TIMESTAMP WITHOUT TIME ZONE,
dvhoofdcatcode VARCHAR(10),
CONSTRAINT cpk_tbroebhfdcat PRIMARY KEY(dnkey)
) ;
COMMENT ON TABLE public.tbroebhfdcat
IS 'Tabel met hoofcategorieen ROEB tbv van berekening vastgestelde kosten';
COMMENT ON COLUMN public.tbroebhfdcat.dnkey
IS 'Primary key.';
COMMENT ON COLUMN public.tbroebhfdcat.dvhoofdcategorie
IS 'Naam van de catgorie bijv, perkeerkelderm varkensstal,woning.';
COMMENT ON COLUMN public.tbroebhfdcat.ddvervallen
IS 'Datum dat hoofdcategoerie is komen te vervallen';
COMMENT ON COLUMN public.tbroebhfdcat.dvhoofdcatcode
IS 'Codering van hoofdcategorie';
This file was generated with SQL Manager for PostgreSQL (www.pgsqlmanager.com) at 5-1-2022 14:13 |
![]() ![]() ![]() |