Schema
public
Owner
waveuser005
Tablespace
(default)
Descriptions
Tabel van klantgebonden instellingen waarmee gedrag en voorkomen van de openWave applicaties worden bepaald
Fields
PK | FK | Name | Data type | Not null | Unique | Inherited | Default | Description |
---|---|---|---|---|---|---|---|---|
|
|
dvsectie |
char(50) |
|
|
|
Samen met dvitem een unieke waarde voor de instelling. |
|
|
|
dvitem |
char(50) |
|
|
|
Samen met dvsectie een unieke waarde voor de instelling. |
|
|
|
d1logic |
char(1) |
|
|
|
|
Aanvinkvakje. let op de kolomnaam is d1logic ipv dllogic. |
|
|
dfnumber1 |
double precision |
|
|
|
|
Floatwaarde. |
|
|
dvstring |
varchar(255) |
|
|
|
|
Stringwaarde max 255 groot. |
|
|
dddatum |
timestamp |
|
|
|
|
Datum (timestamp). |
|
|
dvinfo |
varchar(255) |
|
|
|
|
Stringwaarde max 255 groot. |
|
|
dfnumber2 |
double precision |
|
|
|
|
Floatwaarde. |
|
dnkey |
serial |
|
nextval('tbinitialisatie_dnkey_seq'::regclass) |
Primary key. |
|||
|
|
dvtoelichting |
varchar(2000) |
|
|
|
|
Stringwaarde max 2000 groot. |
Foreign Keys
There are no foreign keys for table tbinitialisatie
Check Constraints
There are no check constraints for table tbinitialisatie
Indices
Name | Type | Function | Fields | Primary Key | Unique | Description |
---|---|---|---|---|---|---|
cpk_tbinitialisatie |
btree |
|
dnkey |
|
||
idu_initialisatie_dvsectieitem |
btree |
|
dvsectie, dvitem |
|
|
Triggers
There are no triggers for table tbinitialisatie
Rules
There are no rules for table tbinitialisatie
Policies
There are no policies for table tbinitialisatie
Referenced
Table | Schema | Foreign Key | Fields | FK Table | FK Fields | Delete Action | Update Action | Deferrable | Check Time | Description |
---|---|---|---|---|---|---|---|---|---|---|
public |
cfk_tbdocumenten_dnkeyinit |
dnkeyinitialisatie |
dnkey |
No Action |
No Action |
|
Immediate |
|
||
public |
cfk_tbemailsj_dnkeyinit |
dnkeyinitialisatie |
dnkey |
No Action |
No Action |
|
Immediate |
|
Properties
Property | Value |
---|---|
Inherited From |
|
Rows |
0 |
Pages |
0 |
System |
|
Temporary |
|
With OID |
Definition
CREATE TABLE public.tbinitialisatie (
dvsectie CHAR(50) NOT NULL,
dvitem CHAR(50) NOT NULL,
d1logic CHAR(1),
dfnumber1 DOUBLE PRECISION,
dvstring VARCHAR(255),
dddatum TIMESTAMP WITHOUT TIME ZONE,
dvinfo VARCHAR(255),
dfnumber2 DOUBLE PRECISION,
dnkey SERIAL,
dvtoelichting VARCHAR(2000),
CONSTRAINT cpk_tbinitialisatie PRIMARY KEY(dnkey)
) ;
COMMENT ON TABLE public.tbinitialisatie
IS 'Tabel van klantgebonden instellingen waarmee gedrag en voorkomen van de openWave applicaties worden bepaald';
COMMENT ON COLUMN public.tbinitialisatie.dvsectie
IS 'Samen met dvitem een unieke waarde voor de instelling.';
COMMENT ON COLUMN public.tbinitialisatie.dvitem
IS 'Samen met dvsectie een unieke waarde voor de instelling.';
COMMENT ON COLUMN public.tbinitialisatie.d1logic
IS 'Aanvinkvakje. let op de kolomnaam is d1logic ipv dllogic.';
COMMENT ON COLUMN public.tbinitialisatie.dfnumber1
IS 'Floatwaarde.';
COMMENT ON COLUMN public.tbinitialisatie.dvstring
IS 'Stringwaarde max 255 groot.';
COMMENT ON COLUMN public.tbinitialisatie.dddatum
IS 'Datum (timestamp).';
COMMENT ON COLUMN public.tbinitialisatie.dvinfo
IS 'Stringwaarde max 255 groot.';
COMMENT ON COLUMN public.tbinitialisatie.dfnumber2
IS 'Floatwaarde.';
COMMENT ON COLUMN public.tbinitialisatie.dnkey
IS 'Primary key.';
COMMENT ON COLUMN public.tbinitialisatie.dvtoelichting
IS 'Stringwaarde max 2000 groot.';
CREATE UNIQUE INDEX idu_initialisatie_dvsectieitem ON public.tbinitialisatie
USING btree (dvsectie COLLATE pg_catalog."default", dvitem COLLATE pg_catalog."default");
This file was generated with SQL Manager for PostgreSQL (www.pgsqlmanager.com) at 5-1-2022 14:13 |
![]() ![]() ![]() |