feat,wip: 금,쌀 거래장 관련 로직 조정
This commit is contained in:
+1
-1
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user