Schema
public
Owner
waveuser005
Tablespace
(default)
Descriptions
Tabel met btwpercentages per datumvanaf tbv van berekening vastgestelde kosten
Fields
PK | FK | Name | Data type | Not null | Unique | Inherited | Default | Description |
---|---|---|---|---|---|---|---|---|
|
dnkey |
serial |
|
nextval('tbroebbtw_dnkey_seq'::regclass) |
Primary key. |
|||
|
|
dfbtwpercentage |
double precision |
|
|
|
|
BTW-percentage |
|
|
dddatumvanaf |
timestamp |
|
|
|
Datum vanaf dat percentage gehanteerd moet worden bij berekening vastgestelde kosten (verwijst naar startdatum van zaak) |
Foreign Keys
There are no foreign keys for table tbroebbtw
Check Constraints
Name | Condition | Description |
---|---|---|
cnn_tbroebbtw_dddatvanaf |
dddatumvanaf IS NOT NULL |
|
Indices
Name | Type | Function | Fields | Primary Key | Unique | Description |
---|---|---|---|---|---|---|
cpk_tbroebbtw |
btree |
|
dnkey |
|
||
idu_roebbtw_dat |
btree |
|
dddatumvanaf |
|
|
Triggers
There are no triggers for table tbroebbtw
Rules
There are no rules for table tbroebbtw
Policies
There are no policies for table tbroebbtw
Referenced
Table | Schema | Foreign Key | Fields | FK Table | FK Fields | Delete Action | Update Action | Deferrable | Check Time | Description |
---|---|---|---|---|---|---|---|---|---|---|
public |
cfk_tbroebtoest_keyroebbtw |
dnkeyroebbtw |
dnkey |
No Action |
No Action |
|
Immediate |
|
Properties
Property | Value |
---|---|
Inherited From |
|
Rows |
0 |
Pages |
0 |
System |
|
Temporary |
|
With OID |
Definition
CREATE TABLE public.tbroebbtw (
dnkey SERIAL,
dfbtwpercentage DOUBLE PRECISION,
dddatumvanaf TIMESTAMP WITHOUT TIME ZONE,
CONSTRAINT cpk_tbroebbtw PRIMARY KEY(dnkey),
CONSTRAINT cnn_tbroebbtw_dddatvanaf CHECK (dddatumvanaf IS NOT NULL)
) ;
COMMENT ON TABLE public.tbroebbtw
IS 'Tabel met btwpercentages per datumvanaf tbv van berekening vastgestelde kosten';
COMMENT ON COLUMN public.tbroebbtw.dnkey
IS 'Primary key.';
COMMENT ON COLUMN public.tbroebbtw.dfbtwpercentage
IS 'BTW-percentage';
COMMENT ON COLUMN public.tbroebbtw.dddatumvanaf
IS 'Datum vanaf dat percentage gehanteerd moet worden bij berekening vastgestelde kosten (verwijst naar startdatum van zaak)';
CREATE UNIQUE INDEX idu_roebbtw_dat ON public.tbroebbtw
USING btree (dddatumvanaf);
This file was generated with SQL Manager for PostgreSQL (www.pgsqlmanager.com) at 5-1-2022 14:13 |
![]() ![]() ![]() |