Schema
public
Owner
waveuser005
Tablespace
(default)
Descriptions
Tabel met de mogelijke sluitingdisciplines zoals dagelijks tot 24.00 uur , maandag, vrijdag en zaterdag tot 01.00 uur
Fields
PK | FK | Name | Data type | Not null | Unique | Inherited | Default | Description |
---|---|---|---|---|---|---|---|---|
|
dnkey |
serial |
|
nextval('tbhorsluitingen_dnkey_seq'::regclass) |
Primary Key. |
|||
|
|
dvomschrijving |
varchar(200) |
|
|
|
|
Omschrijving van de sluitingstijdencategorie. |
|
|
ddvervaldatum |
timestamp |
|
|
|
|
VervalDatum. |
Foreign Keys
There are no foreign keys for table tbhorsluitingen
Check Constraints
There are no check constraints for table tbhorsluitingen
Indices
Name | Type | Function | Fields | Primary Key | Unique | Description |
---|---|---|---|---|---|---|
cpk_tbhorsluitingen |
btree |
|
dnkey |
|
Triggers
There are no triggers for table tbhorsluitingen
Rules
There are no rules for table tbhorsluitingen
Referenced
Table | Schema | Foreign Key | Fields | FK Table | FK Fields | Delete Action | Update Action | Deferrable | Check Time | Description |
---|---|---|---|---|---|---|---|---|---|---|
public |
cfk_horsltijd_sluitingen |
dnkeyhorsluitingen |
dnkey |
No Action |
No Action |
|
Immediate |
|
Properties
Property | Value |
---|---|
Inherited From |
|
Rows |
0 |
Pages |
0 |
System |
|
Temporary |
|
With OID |
|
Definition
CREATE TABLE public.tbhorsluitingen (
dnkey SERIAL,
dvomschrijving VARCHAR(200),
ddvervaldatum TIMESTAMP WITHOUT TIME ZONE,
CONSTRAINT cpk_tbhorsluitingen PRIMARY KEY(dnkey)
)
WITH (oids = false);
COMMENT ON TABLE public.tbhorsluitingen
IS 'Tabel met de mogelijke sluitingdisciplines zoals dagelijks tot 24.00 uur , maandag, vrijdag en zaterdag tot 01.00 uur';
COMMENT ON COLUMN public.tbhorsluitingen.dnkey
IS 'Primary Key.';
COMMENT ON COLUMN public.tbhorsluitingen.dvomschrijving
IS 'Omschrijving van de sluitingstijdencategorie.';
COMMENT ON COLUMN public.tbhorsluitingen.ddvervaldatum
IS 'VervalDatum.';
This file was generated with SQL Manager for PostgreSQL (www.pgsqlmanager.com) at 22-2-2017 10:50 |
![]() ![]() ![]() |