mirror of
https://github.com/EQEmu/Server.git
synced 2026-07-02 21:37:16 +00:00
Created qs_player_handin_record (markdown)
@@ -0,0 +1,17 @@
|
||||
**Field**|**Type**|**Null**|**Key**|**Default**|**Notes**
|
||||
-----|-----|-----|-----|-----|-----
|
||||
handin\_id|int(11)|NO|PRI| |auto\_increment
|
||||
time|timestamp|YES| | |on update CURRENT\_TIMESTAMP
|
||||
quest\_id|int(11)|YES| |0|
|
||||
char\_id|int(11)|YES| |0|
|
||||
char\_pp|int(11)|YES| |0|
|
||||
char\_gp|int(11)|YES| |0|
|
||||
char\_sp|int(11)|YES| |0|
|
||||
char\_cp|int(11)|YES| |0|
|
||||
char\_items|mediumint(7)|YES| |0|
|
||||
npc\_id|int(11)|YES| |0|
|
||||
npc\_pp|int(11)|YES| |0|
|
||||
npc\_gp|int(11)|YES| |0|
|
||||
npc\_sp|int(11)|YES| |0|
|
||||
npc\_cp|int(11)|YES| |0|
|
||||
npc\_items|mediumint(7)|YES| |0|
|
||||
Reference in New Issue
Block a user