Trade combinationsTable: Difference between revisions

From PSwiki
Jump to navigation Jump to search
m Reverted edits by Luca (Talk) to last revision by Ethryn
Grimston (talk | contribs)
No edit summary
 
Line 1: Line 1:
{| border="1"
{| class="wikitable"
|+
!UE
!Field
!Type
!Key Type
!Default
!Extra
!Description
|-
|-
! field
|
! type
|id
! foreign key
|int(10) unsigned
! description
|PRI
|-
|
| id
|auto_increment
| integer
|  
|  
|  
|-
|-
| pattern_id
|
| integer
|pattern_id
|  
|int(10) unsigned
|
|
|
|  
|  
|-
|-
| result_id
|
| integer
|result_id
|  
|int(10) unsigned
|
|
|
|  
|  
|-
|-
| result_qty
|
| integer
|result_qty
|  
|int(10) unsigned
|
|0
|
|  
|  
|-
|-
| item_id
|
| integer
|item_id
|  
|int(10) unsigned
|
|
|
|  
|  
|-
|-
| min_qty
|
| integer
|min_qty
|  
|int(10) unsigned
|
|0
|
|  
|  
|-
|-
| max_qty
|
| integer
|max_qty
|  
|int(10) unsigned
|
|0
|
|  
|  
|-
|-
| description
|
| varchar
|description
|  
|varchar(255)
|
|
|
|  
|  
|}
|}


[[Category:Engine documents]]
[[Category:Engine documents]]

Latest revision as of 13:21, 11 January 2022

UE Field Type Key Type Default Extra Description
id int(10) unsigned PRI auto_increment
pattern_id int(10) unsigned
result_id int(10) unsigned
result_qty int(10) unsigned 0
item_id int(10) unsigned
min_qty int(10) unsigned 0
max_qty int(10) unsigned 0
description varchar(255)