Schema
public
Owner
waveuser005
Tablespace
(default)
Descriptions
Tabel met mogelijke btw-categorieen van CBS
Fields
PK | FK | Name | Data type | Not null | Unique | Inherited | Default | Description |
---|---|---|---|---|---|---|---|---|
|
dnkey |
serial |
|
nextval('tbcbsbtwcategorie_dnkey_seq'::regclass) |
Primary key. |
|||
|
|
dvomschrijving |
varchar(50) |
|
|
|
|
Omschrijving. |
|
|
ddvervaldatum |
timestamp |
|
|
|
|
Datum waarvanaf de catgorie niet meer gekozen kan worden. |
Foreign Keys
There are no foreign keys for table tbcbsbtwcategorie
Check Constraints
There are no check constraints for table tbcbsbtwcategorie
Indices
Name | Type | Function | Fields | Primary Key | Unique | Description |
---|---|---|---|---|---|---|
cpk_tbcbsbtwcategorie |
btree |
|
dnkey |
|
||
idx_vervaldatum_cbsbtwcat |
btree |
|
ddvervaldatum |
|
|
|
Triggers
There are no triggers for table tbcbsbtwcategorie
Rules
There are no rules for table tbcbsbtwcategorie
Referenced
Table | Schema | Foreign Key | Fields | FK Table | FK Fields | Delete Action | Update Action | Deferrable | Check Time | Description |
---|---|---|---|---|---|---|---|---|---|---|
public |
cfk_cbs011_btwcategorie |
dnkeycbsbtwcategorie |
dnkey |
No Action |
No Action |
|
Immediate |
|
Properties
Property | Value |
---|---|
Inherited From |
|
Rows |
0 |
Pages |
0 |
System |
|
Temporary |
|
With OID |
|
Definition
CREATE TABLE public.tbcbsbtwcategorie (
dnkey SERIAL,
dvomschrijving VARCHAR(50),
ddvervaldatum TIMESTAMP WITHOUT TIME ZONE,
CONSTRAINT cpk_tbcbsbtwcategorie PRIMARY KEY(dnkey)
)
WITH (oids = false);
COMMENT ON TABLE public.tbcbsbtwcategorie
IS 'Tabel met mogelijke btw-categorieen van CBS';
COMMENT ON COLUMN public.tbcbsbtwcategorie.dnkey
IS 'Primary key.';
COMMENT ON COLUMN public.tbcbsbtwcategorie.dvomschrijving
IS 'Omschrijving.';
COMMENT ON COLUMN public.tbcbsbtwcategorie.ddvervaldatum
IS 'Datum waarvanaf de catgorie niet meer gekozen kan worden.';
CREATE INDEX idx_vervaldatum_cbsbtwcat ON public.tbcbsbtwcategorie
USING btree (ddvervaldatum);
This file was generated with SQL Manager for PostgreSQL (www.pgsqlmanager.com) at 22-2-2017 10:50 |
![]() ![]() ![]() |