Schema
public
Owner
waveuser002
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) |
|
|
|
|
||
|
dvitem |
char(50) |
|
|
|
|
||
|
|
d1logic |
char(1) |
|
|
|
|
|
|
|
dfnumber1 |
double precision |
|
|
|
|
|
|
|
dvstring |
varchar(255) |
|
|
|
|
|
|
|
dddatum |
timestamp |
|
|
|
|
|
|
|
dvinfo |
varchar(255) |
|
|
|
|
|
|
|
dfnumber2 |
double precision |
|
|
|
|
|
Foreign Keys
There are no foreign keys for table tbinitialisatie
Checks
There are no check constraints for table tbinitialisatie
Indices
Name | Type | Function | Fields | Primary Key | Unique | Description |
---|---|---|---|---|---|---|
cpk_tbinitialisatie |
btree |
|
dvsectie, dvitem |
|
Triggers
There are no triggers for table tbinitialisatie
Rules
There are no rules for table tbinitialisatie
Referenced
There are no tables referenced by table tbinitialisatie
Options
Option | Value |
---|---|
Inherited From |
|
Rows |
333 |
Pages |
8 |
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,
CONSTRAINT cpk_tbinitialisatie PRIMARY KEY(dvsectie, dvitem)
)
WITH (oids = false);
COMMENT ON TABLE public.tbinitialisatie
IS 'Tabel van klantgebonden instellingen waarmee gedrag en voorkomen van de openWave applicaties worden bepaald';
This file was generated with SQL Manager for PostgreSQL (www.pgsqlmanager.com) at 17-1-2014 15:30 |
![]() ![]() ![]() |