feat,wip: 경매장 API 작성
This commit is contained in:
+1
-1
@@ -721,7 +721,7 @@ CREATE TABLE `ng_auction_bid` (
|
||||
PRIMARY KEY (`no`),
|
||||
UNIQUE INDEX `by_general` (`general_id`, `auction_id`, `amount`),
|
||||
UNIQUE INDEX `by_owner` (`owner`, `auction_id`, `amount`),
|
||||
INDEX `by_amount` (`auction_id`, `amount`, `date`),
|
||||
UNIQUE INDEX `by_amount` (`auction_id`, `amount`),
|
||||
CONSTRAINT `aux` CHECK (json_valid(`aux`))
|
||||
)
|
||||
COLLATE='utf8mb4_general_ci'
|
||||
|
||||
Reference in New Issue
Block a user