mirror of
https://github.com/EQEmu/Server.git
synced 2026-07-08 23:27:16 +00:00
Created adventure_details (markdown)
@@ -0,0 +1,10 @@
|
|||||||
|
**id**|**int(10) unsigned**|**NO**|**PRI**| |**auto\_increment**
|
||||||
|
-----|-----|-----|-----|-----|-----
|
||||||
|
adventure\_id|smallint(5) unsigned|NO| | |
|
||||||
|
instance\_id|int(11)|NO| |-1|
|
||||||
|
count|smallint(5) unsigned|NO| |0|
|
||||||
|
assassinate\_count|smallint(5) unsigned|NO| |0|
|
||||||
|
status|tinyint(3) unsigned|NO| |0|
|
||||||
|
time\_created|int(10) unsigned|NO| |0|
|
||||||
|
time\_zoned|int(10) unsigned|NO| |0|
|
||||||
|
time\_completed|int(10) unsigned|NO| |0|
|
||||||
Reference in New Issue
Block a user