Difference between revisions of "PM.ONLINE MEDIA (table)"

From dbscript Online Help
Jump to: navigation, search
Line 9: Line 9:
  
  
 +
=== Columns ===
 
{| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse"
 
{| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse"
 
|- style="background:silver"
 
|- style="background:silver"
Line 15: Line 16:
 
| '''Nullable
 
| '''Nullable
 
| '''Default
 
| '''Default
| '''PK
+
| '''Description
| '''Index
 
 
 
 
|-
 
|-
Line 23: Line 23:
 
| not null
 
| not null
 
|  
 
|  
| ONLINEMEDIA_PK
 
 
|  
 
|  
 
|-
 
|-
Line 29: Line 28:
 
| ORDSYS.ORDIMAGE
 
| ORDSYS.ORDIMAGE
 
| null
 
| null
|
 
 
|  
 
|  
 
|  
 
|  
Line 36: Line 34:
 
| ORDSYS.ORDIMAGESIGNATURE
 
| ORDSYS.ORDIMAGESIGNATURE
 
| null
 
| null
|
 
 
|  
 
|  
 
|  
 
|  
Line 43: Line 40:
 
| ORDSYS.ORDIMAGE
 
| ORDSYS.ORDIMAGE
 
| null
 
| null
|
 
 
|  
 
|  
 
|  
 
|  
Line 50: Line 46:
 
| ORDSYS.ORDVIDEO
 
| ORDSYS.ORDVIDEO
 
| null
 
| null
|
 
 
|  
 
|  
 
|  
 
|  
Line 57: Line 52:
 
| ORDSYS.ORDAUDIO
 
| ORDSYS.ORDAUDIO
 
| null
 
| null
|
 
 
|  
 
|  
 
|  
 
|  
Line 64: Line 58:
 
| CLOB(4000)
 
| CLOB(4000)
 
| null
 
| null
|
 
 
|  
 
|  
 
|  
 
|  
Line 71: Line 64:
 
| ORDSYS.ORDDOC
 
| ORDSYS.ORDDOC
 
| null
 
| null
|
 
 
|  
 
|  
 
|  
 
|  
 
|}
 
|}
  
 +
=== Primary Key ===
 +
{| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse"
 +
|- style="background:silver"
 +
| '''Primary Key
 +
| '''Columns
 +
|-
 +
| ONLINEMEDIA_PK
 +
| PRODUCT_ID
 +
|}
  
 
+
=== Foreign Keys ===
 
{| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse"
 
{| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse"
 
|- style="background:silver"
 
|- style="background:silver"

Revision as of 09:29, 11 February 2010

wikibot

Table PM.ONLINE_MEDIA


Columns

Column Data Type Nullable Default Description
PRODUCT_ID NUMBER(6, 0) not null
PRODUCT_PHOTO ORDSYS.ORDIMAGE null
PRODUCT_PHOTO_SIGNATURE ORDSYS.ORDIMAGESIGNATURE null
PRODUCT_THUMBNAIL ORDSYS.ORDIMAGE null
PRODUCT_VIDEO ORDSYS.ORDVIDEO null
PRODUCT_AUDIO ORDSYS.ORDAUDIO null
PRODUCT_TEXT CLOB(4000) null
PRODUCT_TESTIMONIALS ORDSYS.ORDDOC null

Primary Key

Primary Key Columns
ONLINEMEDIA_PK PRODUCT_ID

Foreign Keys

Relation Column Referenced Column
OE.PRODUCT_INFORMATION PRODUCT_ID PRODUCT_ID