Trade autocontainersTable: 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
|  
|  
|  
|-
|-
| item_instance_id
|
| integer
|item_instance_id
|  
|int(10) unsigned
|
|0
|
|  
|  
|-
|-
| garbage_item_id
|
| integer
|garbage_item_id
|  
|int(10) unsigned
|
|0
|
|  
|  
|-
|-
| owner_guild_id
|
| integer
|owner_guild_id
|  
|int(10) unsigned
|
|0
|
|  
|  
|-
|-
| trans_points
|
| integer
|trans_points
|  
|int(10) unsigned
|
|0
|
|  
|  
|-
|-
| animation
|
| varchar
|animation
|  
|varchar(30)
|
|
|
|  
|  
|-
|-
| description
|
| varchar
|description
|  
|varchar(255)
|
|
|
|  
|  
|}
|}


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

Latest revision as of 13:20, 11 January 2022

UE Field Type Key Type Default Extra Description
id int(10) unsigned PRI auto_increment
item_instance_id int(10) unsigned 0
garbage_item_id int(10) unsigned 0
owner_guild_id int(10) unsigned 0
trans_points int(10) unsigned 0
animation varchar(30)
description varchar(255)