Trade autocontainersTable: Difference between revisions
Jump to navigation
Jump to search
spam |
No edit summary |
||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
{| class="wikitable" | |||
|+ | |||
!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) | |||
| | |||
| | |||
| | |||
| | |||
|} | |||
[[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) |