feat,wip: 금,쌀 거래장 관련 로직 조정

This commit is contained in:
2022-06-09 01:21:21 +09:00
parent 3784aa09fc
commit f607350442
9 changed files with 572 additions and 190 deletions
+1 -1
View File
@@ -693,7 +693,7 @@ CREATE TABLE `vote_comment` (
# KVStorage에
CREATE TABLE `ng_auction` (
`id` INT(11) NOT NULL AUTO_INCREMENT,
`type` ENUM('gold','rice','uniqueItem') NOT NULL COLLATE 'utf8mb4_bin',
`type` ENUM('buyRice','sellRice','uniqueItem') NOT NULL COLLATE 'utf8mb4_bin',
`finished` BIT(1) NOT NULL,
`target` VARCHAR(50) NULL DEFAULT NULL COLLATE 'utf8mb4_bin',
`opener_general_id` INT(11) NOT NULL,