用户工具

站点工具


数据库:characters数据库:gm_ticket

差别

这里会显示出您选择的修订版和当前版本之间的差别。

到此差别页面的链接

后一修订版
前一修订版
数据库:characters数据库:gm_ticket [2023/09/24 11:51] – 创建 admin数据库:characters数据库:gm_ticket [2023/09/24 11:54] (当前版本) – [resolvedBy] admin
行 9: 行 9:
 **表结构** **表结构**
 ^Field^Type^Attributes^Key^Null^Default^extra^Comment^ ^Field^Type^Attributes^Key^Null^Default^extra^Comment^
-|[[#id|id]]|INT|UNSIGNED|PRI|NO| | | | +|[[#Id|Id]]|INT|UNSIGNED|PRI|NO| |Auto increment| | 
-|[[#gmlevel|gmlevel]]|TINYINT|UNSIGNED| |NO| | | | +|[[#type|type]]|TINYINT|UNSIGNED| |NO|0| |0 open, 1 closed, 2 character deleted
-|[[#RealmID|RealmID]]|INT|SIGNED|PRI|NO|-1| | | +|[[#playerGuid|playerGuid]]|INT|UNSIGNED| |NO|0| |Global Unique Identifier of ticket creator| 
-|[[#comment|comment]]|VARCHAR(255)|SIGNED| |YES|' '| | |+|[[#name|name]]|VARCHAR(12)|SIGNED| |NO| | |Name of ticket creator| 
 +|[[#description|description]]|text|SIGNED| |NO| | | | 
 +|[[#createTime|createTime]]|INT|UNSIGNED| |NO|0| | | 
 +|[[#mapId|mapId]]|SMALLINT|UNSIGNED| |NO|0| | | 
 +|[[#posX|posX]]|FLOAT|SIGNED| |NO|0| | | 
 +|[[#posY|posY]]|FLOAT|SIGNED| |NO|0| | | 
 +|[[#posZ|posZ]]|FLOAT|SIGNED| |NO|0| | | 
 +|[[#lastModifiedTime|lastModifiedTime]]|INT|UNSIGNED| |NO|0| | | 
 +|[[#closedBy|closedBy]]|INT|SIGNED| |NO|0| |-1 Closed by Console, >0 GUID of GM| 
 +|[[#assignedTo|assignedTo]]|INT|UNSIGNED| |NO|0| |GUID of admin to whom ticket is assigned
 +|[[#comment|comment]]|text|SIGNED| |NO| | | | 
 +|[[#response|response]]|text|SIGNED| |NO| | | | 
 +|[[#completed|completed]]|TINYINT|UNSIGNED| |NO|0| | | 
 +|[[#escalated|escalated]]|TINYINT|UNSIGNED| |NO|0| | | 
 +|[[#viewed|viewed]]|TINYINT|UNSIGNED| |NO|0| | | 
 +|[[#needMoreHelp|needMoreHelp]]|TINYINT|UNSIGNED| |NO|0| | | 
 +|[[#resolvedBy|resolvedBy]]|INT|SIGNED| |NO|0| |-1 Resolved by Console, >0 GUID of GM| 
  
  
行 66: 行 83:
 ==== closedBy ==== ==== closedBy ====
  
-0 = Open +  * 0 = Open 
--1 = Closed by Console (not implemented on azerothcore yet) +  * <del>-1 = Closed by Console</del> (not implemented on azerothcore yet) 
-0 = player who abandoned ticket or GM who closed ticket+  * >0 = //player who abandoned ticket or GM who closed ticket//
  
 ==== assignedTo ==== ==== assignedTo ====
行 84: 行 101:
 ==== completed ==== ==== completed ====
  
-0 = not completed +  * 0 = not completed 
-1 = completed (will inform the user and show what is in response)+  1 = completed (will inform the user and show what is in response)
 ==== escalated ==== ==== escalated ====
  
-0 = ticket is not currently assigned to a gm +  * 0 = ticket is not currently assigned to a gm 
-1 = ticket is assigned to a normal gm +  1 = ticket is assigned to a normal gm 
-2 = ticket has been escalated after completion (a GM is supposed to contact the player back)+  2 = ticket has been escalated after completion (a GM is supposed to contact the player back)
 ==== viewed ==== ==== viewed ====
  
-0 = no one has viewed the ticket. +  * 0 = no one has viewed the ticket. 
-0 = How many times the ticket has been viewed by GMs+  * >0 = How many times the ticket has been viewed by GMs
  
 ==== needMoreHelp ==== ==== needMoreHelp ====
行 102: 行 119:
 ==== resolvedBy ==== ==== resolvedBy ====
  
-0 = Open +  * 0 = Open 
--1 = Resolved by Console (not supported on azerothcore yet cause of datatype in DB) +  * <del>-1 = Resolved by Console</del> (not supported on azerothcore yet cause of datatype in DB) 
-0 = Character guid of the GM who resolved it (by closing the ticket or by completing the ticket) +  * >0 = //Character guid of the GM who resolved it (by closing the ticket or by completing the ticket)//
数据库/characters数据库/gm_ticket.1695527466.txt.gz · 最后更改: 2023/09/24 11:51 由 admin

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki