Schema
public
Owner
waveuser005
Tablespace
(default)
Descriptions
Tabel met kolomnamen gerelateerd aan een rij uit tbportalnames (OWB).
Fields
PK | FK | Name | Data type | Not null | Unique | Inherited | Default | Description |
---|---|---|---|---|---|---|---|---|
|
dnkey |
serial |
|
nextval('tbportalcolumns_dnkey_seq'::regclass) |
Primary key. |
|||
|
|
dvname |
varchar(50) |
|
|
|
|
Naam (label) van de column. |
|
|
dnindex |
integer |
|
|
|
|
Volgordenummer van de kolom bij gelijke dnkeyportalnames. |
|
dnkeyportalnames |
integer |
|
|
|
|
Foreign key naar tbportalnames.dnkey. |
Foreign Keys
Name | Fields | FK Table | FK Fields | Delete Action | Update Action | Deferrable | Check Time | Description |
---|---|---|---|---|---|---|---|---|
cfk_tbportalcol_keyprtalnms |
dnkeyportalnames |
dnkey |
Cascade |
No Action |
|
Immediate |
|
Check Constraints
Name | Condition | Description |
---|---|---|
cnn_tbportalcol_keyprtalnms |
dnkeyportalnames IS NOT NULL |
|
Indices
Name | Type | Function | Fields | Primary Key | Unique | Description |
---|---|---|---|---|---|---|
cpk_tbportalcolumns |
btree |
|
dnkey |
|
Triggers
There are no triggers for table tbportalcolumns
Rules
There are no rules for table tbportalcolumns
Referenced
Table | Schema | Foreign Key | Fields | FK Table | FK Fields | Delete Action | Update Action | Deferrable | Check Time | Description |
---|---|---|---|---|---|---|---|---|---|---|
public |
cfk_tbportaltil_keyprtalcms |
dnkeyportalcolumns |
dnkey |
Cascade |
No Action |
|
Immediate |
|
Properties
Property | Value |
---|---|
Inherited From |
|
Rows |
0 |
Pages |
0 |
System |
|
Temporary |
|
With OID |
|
Definition
CREATE TABLE public.tbportalcolumns (
dnkey SERIAL,
dvname VARCHAR(50),
dnindex INTEGER,
dnkeyportalnames INTEGER,
CONSTRAINT cpk_tbportalcolumns PRIMARY KEY(dnkey),
CONSTRAINT cnn_tbportalcol_keyprtalnms CHECK (dnkeyportalnames IS NOT NULL),
CONSTRAINT cfk_tbportalcol_keyprtalnms FOREIGN KEY (dnkeyportalnames)
REFERENCES public.tbportalnames(dnkey)
ON DELETE CASCADE
ON UPDATE NO ACTION
NOT DEFERRABLE
)
WITH (oids = false);
COMMENT ON TABLE public.tbportalcolumns
IS 'Tabel met kolomnamen gerelateerd aan een rij uit tbportalnames (OWB).';
COMMENT ON COLUMN public.tbportalcolumns.dnkey
IS 'Primary key.';
COMMENT ON COLUMN public.tbportalcolumns.dvname
IS 'Naam (label) van de column.';
COMMENT ON COLUMN public.tbportalcolumns.dnindex
IS 'Volgordenummer van de kolom bij gelijke dnkeyportalnames.';
COMMENT ON COLUMN public.tbportalcolumns.dnkeyportalnames
IS 'Foreign key naar tbportalnames.dnkey.';
This file was generated with SQL Manager for PostgreSQL (www.pgsqlmanager.com) at 22-2-2017 10:50 |
![]() ![]() ![]() |